Commit d564572a1c3a1094c9ca79ae3a0e953804109366

Authored by lxf
1 parent 1332a74c

fix: 货源

pages/goodSource/qr-painter.js
@@ -187,7 +187,7 @@ export default { @@ -187,7 +187,7 @@ export default {
187 css: { 187 css: {
188 width: '540rpx', 188 width: '540rpx',
189 height: '40rpx', 189 height: '40rpx',
190 - fontSize: '24rpx', 190 + fontSize: '22rpx',
191 padding: '15rpx 40rpx', 191 padding: '15rpx 40rpx',
192 color: '#999999', 192 color: '#999999',
193 }, 193 },
pages/me/index.vue
@@ -43,12 +43,12 @@ @@ -43,12 +43,12 @@
43 <!-- #endif --> 43 <!-- #endif -->
44 </view> 44 </view>
45 </view> 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 <u-cell-group> 47 <u-cell-group>
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> 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 </u-cell-group> 49 </u-cell-group>
50 </view> 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 <u-cell-group> 52 <u-cell-group>
53 <u-cell 53 <u-cell
54 icon="https://zeyi-tms-product.oss-cn-hangzhou.aliyuncs.com/dispatch-helper-ma/svg/pay-rmb.svg" 54 icon="https://zeyi-tms-product.oss-cn-hangzhou.aliyuncs.com/dispatch-helper-ma/svg/pay-rmb.svg"