Commit f0ac0084 by zhangzhen

细节优化

parent e30975ac
......@@ -293,6 +293,7 @@
data: res.data.data.token
})
} else {
uni.removeStorageSync('tokenHeaders')
this.$refs.loginPop.open();
}
}
......
......@@ -19,13 +19,6 @@
</view>
</view>
<view class="flex-row amount-coupon">
<!-- <view class="flex-col">
<text class="text-white text-xl">余额</text>
<text class="text-white text-xl">{{(Number(userInfo.amount)+Number(userInfo.freeAmount)).toFixed(2)}}</text>
</view>
<view class="line"></view> -->
<view class="flex-col" @tap="onNavToMyCoupon">
<text class="text-white text-xl">优惠券</text>
<text class="text-white text-xl">{{userInfo.number|| 0}}</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment