Browse Source

扫描访问信息不需要门牌

feature
是小王呀\24601 1 year ago
parent
commit
03df0b57e4
  1. 3
      src/views/houseQR/index.vue

3
src/views/houseQR/index.vue

@ -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
}) })

Loading…
Cancel
Save