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