diff --git a/src/views/houseQR/index.vue b/src/views/houseQR/index.vue
index 1c12051..7dea055 100644
--- a/src/views/houseQR/index.vue
+++ b/src/views/houseQR/index.vue
@@ -70,7 +70,6 @@
-
@@ -147,7 +146,6 @@ export default {
}
},
created() {
- console.log(this.$store.state.app.houseId, '路由中')
this.houesId = this.$store.state.app.houseId
this.getHouseInfo()
},
@@ -182,7 +180,6 @@ export default {
}
},
getHouseInfo() {
- console.log(this.houesId)
getHouseInfoQR(this.houesId).then(res => {
this.formData = res.data
})