处理退出登录后,仍能进入商品详情的BUG

master
santaner 11 months ago
parent beeaa077ad
commit 2189c6ffe7
  1. 7
      pages/goods_details/index.vue

@ -644,6 +644,13 @@
this.getDiscountsData(); this.getDiscountsData();
//#ifdef H5 //#ifdef H5
this.isLogin && silenceBindingSpread(); this.isLogin && silenceBindingSpread();
if (this.isLogin === false) {
setTimeout(function(){
uni.reLaunch({
url: '/pages/users/login/index'
});
},100)
}
//#endif //#endif
if (this.isLogin) { if (this.isLogin) {
this.downloadFilePromotionCode(); this.downloadFilePromotionCode();

Loading…
Cancel
Save