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

View File

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