Explorar el Código

跳转方式修改

htc hace 8 meses
padre
commit
1756ef76f9
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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'
 				})
 			},