guhongwei 2 anni fa
parent
commit
5a6aa57f24

+ 1 - 1
pagesHome/order/appraise.vue

@@ -114,7 +114,7 @@
 						that.search()
 					},
 					fail: function(err) {
-						uni.reLaunch({
+						uni.navigateTo({
 							url: `/pages/login/index`
 						})
 					}

+ 1 - 1
pagesHome/order/order.vue

@@ -166,7 +166,7 @@
 						that.search()
 					},
 					fail: function(err) {
-						uni.reLaunch({
+						uni.navigateTo({
 							url: `/pages/login/index`
 						})
 					}

+ 1 - 1
pagesMy/address/index.vue

@@ -112,7 +112,7 @@
 						that.search()
 					},
 					fail: function(err) {
-						uni.reLaunch({
+						uni.navigateTo({
 							url: `/pages/login/index`
 						})
 					}

+ 1 - 1
pagesMy/collection/market.vue

@@ -172,7 +172,7 @@
 						that.search()
 					},
 					fail: function(err) {
-						uni.reLaunch({
+						uni.navigateTo({
 							url: `/pages/login/index`
 						})
 					}

+ 1 - 1
pagesMy/collection/shop.vue

@@ -152,7 +152,7 @@
 						that.search()
 					},
 					fail: function(err) {
-						uni.reLaunch({
+						uni.navigateTo({
 							url: `/pages/login/index`
 						})
 					}

+ 1 - 1
pagesMy/dough/index.vue

@@ -123,7 +123,7 @@
 						that.search()
 					},
 					fail: function(err) {
-						uni.reLaunch({
+						uni.navigateTo({
 							url: `/pages/login/index`
 						})
 					}