This commit is contained in:
Sliverber 2024-10-06 11:47:33 +08:00
parent cca54f1e18
commit bdccb06c93
2 changed files with 11 additions and 7 deletions

View File

@ -47,9 +47,9 @@
style="font-size: 32rpx;color: #808080;margin-top: 0;">
有订单审核中暂时无法提现
</view>
<!-- <view class="btn " v-else="false" @click="sub4">
<view class="btn " v-if="userinfo.balance==0" @click="sub4">
充值押金
</view> -->
</view>
</view>
<view class="card2" style="padding-bottom: 30rpx;">
<view class="card_top">

View File

@ -330,8 +330,8 @@
areaInfo: {},
CouponList: [],
CarkTypeList: [],
daysUntilExpiration: 0 //
daysUntilExpiration: 0 ,//
islogin:false
@ -468,9 +468,12 @@
// url:''
// })
} else if (num == 1) {
uni.navigateTo({
url: '/page_user/yj?showList=true'
})
if(this.islogin){
uni.navigateTo({
url: '/page_user/yj?showList=true'
})
}
} else if (num == 2) {
uni.navigateTo({
url: '/page_user/good_list'
@ -576,6 +579,7 @@
this.getCarkType()
this.$store.commit('SET_USERID', res.user.userId);
this.info = res.user
this.islogin=true
// this.calculateDaysUntilExpiration()
if (info.role != 1) {
this.getareaList()