|
|
|
@ -372,8 +372,8 @@ export default { |
|
|
|
this.defaultDistrict + |
|
|
|
"【" + |
|
|
|
this.defaultCommunity + |
|
|
|
"】" + |
|
|
|
"暂无开通服务", |
|
|
|
"】", |
|
|
|
content: "暂无开通服务", |
|
|
|
onHide: () => { |
|
|
|
this.chooseCommunity(); |
|
|
|
} |
|
|
|
@ -554,6 +554,7 @@ export default { |
|
|
|
|
|
|
|
// onConfirm: () => {} |
|
|
|
// }); |
|
|
|
|
|
|
|
this.getId(); |
|
|
|
let eId = this.$route.query.estateId; |
|
|
|
console.log("eId----" + eId + "estateId---" + this.estateId); |
|
|
|
@ -586,8 +587,8 @@ export default { |
|
|
|
this.defaultDistrict + |
|
|
|
"【" + |
|
|
|
this.defaultCommunity + |
|
|
|
"】" + |
|
|
|
"暂无开通服务", |
|
|
|
"】", |
|
|
|
content: "暂无开通服务", |
|
|
|
onHide: () => { |
|
|
|
this.chooseCommunity(); |
|
|
|
} |
|
|
|
@ -624,10 +625,9 @@ export default { |
|
|
|
this.defaultDistrict + |
|
|
|
"【" + |
|
|
|
this.defaultCommunity + |
|
|
|
"】" + |
|
|
|
"暂无开通服务", |
|
|
|
"】", |
|
|
|
content: "暂无开通服务", |
|
|
|
onHide: () => { |
|
|
|
this.showLoading = false; |
|
|
|
this.chooseCommunity(); |
|
|
|
} |
|
|
|
}); |
|
|
|
@ -667,7 +667,7 @@ export default { |
|
|
|
linkEstate.districtName + |
|
|
|
"【" + |
|
|
|
linkEstate.housingEstateName + |
|
|
|
"】,是否切换为:", |
|
|
|
"】", |
|
|
|
confirmText: "不切换", |
|
|
|
cancelText: "确定", |
|
|
|
onCancel: () => { |
|
|
|
@ -788,6 +788,7 @@ export default { |
|
|
|
background-color: rgba(255, 255, 255, 1); |
|
|
|
} |
|
|
|
.weui-dialog__hd { |
|
|
|
margin-top: 10px; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|