Browse Source

。。。

yuxingxing 2 years ago
parent
commit
3cb7a4d50c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/goods_details/index.vue

+ 1 - 1
pages/goods_details/index.vue

@@ -504,7 +504,7 @@ export default {
 			});
 			setTimeout(() => {
 				// 未登录跳转登录
-				uni.navigateTo({
+				uni.reLaunch({
 					url: '/pages/users/wechat_login/index'
 				})
 			}, 1500);