|
@@ -279,12 +279,15 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
+
|
|
|
if(!this.mobile){
|
|
|
- uni.showToast({
|
|
|
- icon:"none",
|
|
|
- title:"请输入手机号"
|
|
|
- })
|
|
|
- return
|
|
|
+ if(!this.mobileOld){
|
|
|
+ uni.showToast({
|
|
|
+ icon:"none",
|
|
|
+ title:"请输入手机号"
|
|
|
+ })
|
|
|
+ return
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if(!this.houseId){
|
|
@@ -329,7 +332,7 @@
|
|
|
"captcha":this.verifity,
|
|
|
"certificateNo": this.certificateNo,
|
|
|
"certificateType": this.certificateType,
|
|
|
- "phone": this.mobile,
|
|
|
+ "phone": this.mobileOld?this.mobileOld:this.mobile,
|
|
|
"projectId": this.houseId,
|
|
|
"roomNo": this.roomNo,
|
|
|
"sex": this.gender,
|