张文飞 3 년 전
부모
커밋
2146367bdd
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      pages/houseDetail/houseDetail.vue
  2. 1 1
      pages/ownerCertification/ownerCertification.vue

+ 2 - 2
pages/houseDetail/houseDetail.vue

@@ -210,8 +210,8 @@
 			},
 			
 			backAction() {
-				uni.reLaunch({
-					url:'../homePage/homePage'
+				uni.navigateBack({
+					delta:1
 				})
 			}
 			

+ 1 - 1
pages/ownerCertification/ownerCertification.vue

@@ -339,7 +339,7 @@
 						"sign": this.sign,
 						"userId": app.globalData.userId,
 						"username": this.name,
-						"phoneFrom":this.mobileOld?2:1
+						"phoneFrom":this.mobileOld?1:2
 					}
 				})
 				if (ret.data.success) {