lilei 2 gadi atpakaļ
vecāks
revīzija
64e55a9cd8

+ 1 - 1
pages/digitalShelf/choosePart.vue

@@ -266,7 +266,7 @@
 		methods: {
 			toAuthStore(){
 				this.showPopup = false
-				uni.navigateTo({
+				uni.redirectTo({
 					url: '/pages/storeManage/storeAuth'
 				})
 			},

+ 3 - 1
pages/storeManage/storeAuth.vue

@@ -260,7 +260,9 @@
 					if(res.status == 200){
 						 uni.$emit("updateAuthState")
 						 setTimeout(()=>{
-							 uni.navigateBack()
+							 uni.redirectTo({
+							 	url: "/pages/index/index"
+							 })
 							 _this.loading = false
 						 },3000)
 					}else{