Browse Source

修改了请求

feature/feature-compatible
wangkesi 7 years ago
parent
commit
8f7cc4df47
1 changed files with 0 additions and 2 deletions
  1. 2
      src/view/home.vue

2
src/view/home.vue

@ -297,7 +297,6 @@ export default {
"440106000&天河区&2"
];
this.getGoodsList();
this.state = 0;
} else if (this.state == 2 || this.state == 1) {
this.getGoodsList();
}
@ -320,7 +319,6 @@ export default {
"440106000&天河区&2"
];
this.getGoodsList();
this.state = 0;
} else if (this.state == 2 || this.state == 1) {
this.getGoodsList();
}

Loading…
Cancel
Save