Browse Source

测试百度

feature/3.1.0-小区合伙人
lfs3 6 years ago
parent
commit
c0419603bd
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/home.vue

2
src/view/home.vue

@ -539,7 +539,7 @@ mounted() {
// this.getLocation();
this.getId();
let eId = this.$route.query.estateId;
this.wxLocation({});
if (!isEmpty(eId) ) {
if (!isEmpty(this.estateId)) {
this.showLoading = true;

Loading…
Cancel
Save