From 567a3692cf5ffeb9dd11d8db4a3d2b2819fdcc60 Mon Sep 17 00:00:00 2001 From: dengjie <209192278@qq.com> Date: Tue, 31 Jan 2023 23:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/productsDetail/productsDetail.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/detail/productsDetail/productsDetail.vue b/pages/detail/productsDetail/productsDetail.vue index 89831b0..64bb127 100644 --- a/pages/detail/productsDetail/productsDetail.vue +++ b/pages/detail/productsDetail/productsDetail.vue @@ -110,8 +110,7 @@ if (res.data.data.thumb) { this.isThumb = true } - if (res.data.code == 0) { - // this.$toast.warn('您暂无权限访问,请升级VIP访问') + if (res.data.msg == "没有权限访问" && uni.getStorageSync('loginToken')) { this.showM = true } if (res.data.data) {