@@ -51,6 +51,11 @@
// houseList,
// },
watch: {},
+ computed: {
+ userId() {
+ return this.$store.state.userId;
+ },
mounted(options) {
console.log("***onLoad-webgl_rxdz_houseList***", this.$route.query)
let queryObj = getStorage('queryObj') ? JSON.parse(getStorage('queryObj')) : null;