|
@ -70,7 +70,6 @@ |
|
|
<van-popup v-model="showLaunch" round> |
|
|
<van-popup v-model="showLaunch" round> |
|
|
<launch-weapp v-if="showLaunch"></launch-weapp> |
|
|
<launch-weapp v-if="showLaunch"></launch-weapp> |
|
|
</van-popup> |
|
|
</van-popup> |
|
|
<Android></Android> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
@ -147,7 +146,6 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
console.log(this.$store.state.app.houseId, '路由中') |
|
|
|
|
|
this.houesId = this.$store.state.app.houseId |
|
|
this.houesId = this.$store.state.app.houseId |
|
|
this.getHouseInfo() |
|
|
this.getHouseInfo() |
|
|
}, |
|
|
}, |
|
@ -182,7 +180,6 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
getHouseInfo() { |
|
|
getHouseInfo() { |
|
|
console.log(this.houesId) |
|
|
|
|
|
getHouseInfoQR(this.houesId).then(res => { |
|
|
getHouseInfoQR(this.houesId).then(res => { |
|
|
this.formData = res.data |
|
|
this.formData = res.data |
|
|
}) |
|
|
}) |
|
|