修复登录页面重复调用token导致token失效的bug
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<image src="../../static/life/icon_04.png" mode="widthFix"></image>
|
||||
我的订单
|
||||
</view>
|
||||
<view class="other-subtitle">{{order.all || '暂无订单'}}</view>
|
||||
<view class="other-subtitle">{{order.all === 0 ? '暂无订单': '订单数量' + order.all}}</view>
|
||||
<image class="other-back" src="../../static/life/icon_09.png"></image>
|
||||
</view>
|
||||
<!-- <view class="life-flex-item other" @click="onToast('共力好友暂未开放尽情期待')">
|
||||
|
||||
Reference in New Issue
Block a user