|
@@ -6,7 +6,7 @@
|
|
|
/>
|
|
|
<div class="title">共享驿站</div>
|
|
|
</div>
|
|
|
- <div class="dialog-cont" v-if="flag >= 3">
|
|
|
+ <div class="dialog-cont">
|
|
|
<div class="dialog-left">
|
|
|
<div class="dialog-list">
|
|
|
<div class="dialog-item">
|
|
@@ -210,7 +210,6 @@ export default {
|
|
|
this.constructionQuantityNum = res.data.constructionQuantityNum;
|
|
|
this.completedNum = res.data.completedNum;
|
|
|
this.participateProportionRate = res.data.participateProportionRate;
|
|
|
- this.flag++
|
|
|
}
|
|
|
});
|
|
|
},
|
|
@@ -229,7 +228,6 @@ export default {
|
|
|
if (Number(res.code) === 200) {
|
|
|
this.serviceContent = res.data;
|
|
|
this.fwData = res.data;
|
|
|
- this.flag++
|
|
|
}
|
|
|
});
|
|
|
},
|
|
@@ -238,7 +236,6 @@ export default {
|
|
|
getPropertyList(this.$props.appOrg).then((res) => {
|
|
|
if (Number(res.code) === 200) {
|
|
|
this.unitDataList = res.data
|
|
|
- this.flag++
|
|
|
}
|
|
|
});
|
|
|
},
|