wkyy 3 lat temu
rodzic
commit
14f5f3c64c
1 zmienionych plików z 2 dodań i 2 usunięć
  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({