|
@@ -185,6 +185,7 @@
|
|
|
this.form.ceng = data.item.name
|
|
|
this.ceng = data.item.id
|
|
|
this.getLouData(this.name,4,this.ceng,'门牌')
|
|
|
+
|
|
|
},
|
|
|
// 房屋号选择确定
|
|
|
confirmHome(data) {
|
|
@@ -203,7 +204,6 @@
|
|
|
this.name = data.item.comtyId
|
|
|
uni.setStorageSync('comtyId', this.name)
|
|
|
this.getLouData(this.name, 1, '', 'lou')
|
|
|
-
|
|
|
},
|
|
|
//楼层选择确定
|
|
|
confirmLou(data) {
|
|
@@ -222,6 +222,7 @@
|
|
|
this.form.hoodNum = data.item.name
|
|
|
this.hoodNum = data.item.id
|
|
|
this.getLouData(this.name, 3,this.hoodNum , '层')
|
|
|
+
|
|
|
},
|
|
|
// 发表
|
|
|
submit() {
|
|
@@ -236,6 +237,8 @@
|
|
|
}).then((res)=>{
|
|
|
if(res.code==0){
|
|
|
uni.setStorageSync('homeId',this.home)
|
|
|
+ let str=this.form.houseName+this.form.lou+this.form.hoodNum+this.form.ceng+this.form.home
|
|
|
+ uni.setStorageSync('homeAdress',str)
|
|
|
// 判断认证房屋时 是否已经微信授权登录过了
|
|
|
if (!uni.getStorageSync('createBy')) {
|
|
|
uni.navigateTo({
|