wkyy hace 3 años
padre
commit
14f5f3c64c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/user/data.vue

+ 2 - 2
pages/user/data.vue

@@ -94,8 +94,8 @@
 				})		
 				userApi.updatePersonInformation(this.form).then((res) => {
 					uni.hideLoading();
-					uni.navigateBack({
-						
+					uni.redirectTo({
+						url: '/pages/user/index'
 					})
 				}).catch(error => {
 					uni.showToast({