张文飞 před 3 roky
rodič
revize
4f05062d95

+ 2 - 1
pages/houseDetail/houseDetail.vue

@@ -143,7 +143,8 @@
 		methods: {
 			async detailDatahandle() {
 				var parmas = {
-					projectId: this.projectId
+					projectId: this.projectId,
+					shareToken:getApp().globalData.shareToken
 				}
 				let res = await this.$myRequest({
 					url: '/project/queryProjectByH5',

+ 1 - 1
pages/ownerCertification/ownerCertification.vue

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