优化问题

This commit is contained in:
duan
2024-07-19 18:23:38 +08:00
parent 7a3f337eb8
commit 2f182c9b39
3 changed files with 21 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
<text class="towcontentitemtowetext">VIP{{userInfo.code || '无'}}</text>
</view>
<view class="towcontentitevip">
VIP{{userInfo.isVip}}
VIP{{userInfo.isVip?userInfo.isVip:''}}
</view>
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/erweima.png" class="imgStyle" mode=""
@click=""></image>
@@ -26,6 +26,9 @@
data() {
return {}
},
mounted() {
console.log(this.userInfo,'调试1113')
},
methods: {
clickEvent() {
uni.navigateTo({