Browse Source

跳转方式修改

htc 6 months ago
parent
commit
1756ef76f9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/consult/apply.vue
  2. 1 1
      pages/consult/index.vue

+ 1 - 1
pages/consult/apply.vue

@@ -50,7 +50,7 @@
 		},
 		methods:{
 			back(){
-				uni.redirectTo({
+				uni.reLaunch({
 					url:'/pages/consult/index'
 				})
 			},

+ 1 - 1
pages/consult/index.vue

@@ -39,7 +39,7 @@
 				})
 			},
 			toApply(){
-				uni.navigateTo({
+				uni.reLaunch({
 					url:'/pages/consult/apply'
 				})
 			},