Browse Source

retail-fix

tags/v1.1.30
张家华 3 years ago
parent
commit
0a19f5770e
  1. 1
      src/subpackage/retail/pages/index/index.vue

1
src/subpackage/retail/pages/index/index.vue

@ -552,6 +552,7 @@ export default {
let _this = this;
let curStoreList = _this.curStoreList;
_this.curStore = curStoreList[e.detail.value] || {};
_this.params.stadium_id = _this.curStore.id;
_this.$nextTick(function() {
util.showLoad();
_this.getCategoryInfo(); //

Loading…
Cancel
Save