From 0a19f5770ea7675e1fea211726cba1db99484f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=B6=E5=8D=8E?= <3599164049@qq.com> Date: Wed, 22 Jun 2022 14:26:44 +0800 Subject: [PATCH] retail-fix --- src/subpackage/retail/pages/index/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/subpackage/retail/pages/index/index.vue b/src/subpackage/retail/pages/index/index.vue index 1de966c..11fe486 100644 --- a/src/subpackage/retail/pages/index/index.vue +++ b/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(); // 获取商品分类