From 2189c6ffe77b5d164c47e320e31858ae38cd5705 Mon Sep 17 00:00:00 2001 From: santaner Date: Fri, 19 Jan 2024 11:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=90=8E=EF=BC=8C=E4=BB=8D=E8=83=BD=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods_details/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue index 620af38..f4cd3fc 100644 --- a/pages/goods_details/index.vue +++ b/pages/goods_details/index.vue @@ -644,6 +644,13 @@ this.getDiscountsData(); //#ifdef H5 this.isLogin && silenceBindingSpread(); + if (this.isLogin === false) { + setTimeout(function(){ + uni.reLaunch({ + url: '/pages/users/login/index' + }); + },100) + } //#endif if (this.isLogin) { this.downloadFilePromotionCode();