Commit d564572a1c3a1094c9ca79ae3a0e953804109366
1 parent
1332a74c
Exists in
master
and in
1 other branch
fix: 货源
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
pages/goodSource/qr-painter.js
pages/me/index.vue
| ... | ... | @@ -43,12 +43,12 @@ |
| 43 | 43 | <!-- #endif --> |
| 44 | 44 | </view> |
| 45 | 45 | </view> |
| 46 | - <view class="page-my__list" v-if="$permission('/settlement/paymentApply')"> | |
| 46 | + <view class="page-my__list" v-if="authed && $permission('/settlement/paymentApply')"> | |
| 47 | 47 | <u-cell-group> |
| 48 | 48 | <u-cell icon="/static/tabbar/settlement.png" icon-style="color:#333" title-style="color:#333" title="支付申请" is-link url="/pages/settlement/index"> </u-cell> |
| 49 | 49 | </u-cell-group> |
| 50 | 50 | </view> |
| 51 | - <view class="page-my__list" v-if="$permission('/settlement/paymentPlan')"> | |
| 51 | + <view class="page-my__list" v-if="authed && $permission('/settlement/paymentPlan')"> | |
| 52 | 52 | <u-cell-group> |
| 53 | 53 | <u-cell |
| 54 | 54 | icon="https://zeyi-tms-product.oss-cn-hangzhou.aliyuncs.com/dispatch-helper-ma/svg/pay-rmb.svg" | ... | ... |