From bdccb06c93aa08cab9a0d251dba12fe85314c825 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Sun, 6 Oct 2024 11:47:33 +0800 Subject: [PATCH] 11 --- page_user/yj.vue | 4 ++-- pages/my.vue | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/page_user/yj.vue b/page_user/yj.vue index a5f2963..c5067d0 100644 --- a/page_user/yj.vue +++ b/page_user/yj.vue @@ -47,9 +47,9 @@ style="font-size: 32rpx;color: #808080;margin-top: 0;"> 有订单审核中暂时无法提现 - + diff --git a/pages/my.vue b/pages/my.vue index 5890bd1..6c5d12f 100644 --- a/pages/my.vue +++ b/pages/my.vue @@ -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()