From 403b869e9800712836e680b9ecf65706d44582bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 6 Nov 2025 09:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=AE=B6=E5=85=A5?= =?UTF-8?q?=E9=A9=BB=E5=95=86=E5=AE=B6=E5=88=86=E7=B1=BB=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shopEnter/index/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/shopEnter/index/index.vue b/packages/shopEnter/index/index.vue index aa1ab96c..35bb068e 100644 --- a/packages/shopEnter/index/index.vue +++ b/packages/shopEnter/index/index.vue @@ -400,7 +400,10 @@ export default { }) }, getClassify() { - return request(apiArr.getMerChantCateList, "POST", {}).then(res => { + const params = { + is_shop: 1, + } + return request(apiArr.getMerChantCateList, "POST", params).then(res => { this.classify = res.rows }) },