From 12f43b2dffb04e101c5d4c5277733aa0f3bbabcf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com>
Date: Wed, 8 Oct 2025 10:28:32 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E5=BA=97=E9=93=BA=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E7=9A=84=E9=80=89=E6=8B=A9=E5=BA=97=E9=93=BA=E7=9A=84?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/community.js | 3 ++
packages/storeManagement/index/index.vue | 45 ++++++++++++++++--------
2 files changed, 33 insertions(+), 15 deletions(-)
diff --git a/api/community.js b/api/community.js
index ac6172ff..4f128427 100644
--- a/api/community.js
+++ b/api/community.js
@@ -54,4 +54,7 @@ export const apiArr = {
checkComm: "/api/v2/wechat/community/check-comm", //检查小区是否属于当前用户
delPay: "/api/v2/wechat/community-order-pay/del", //检查小区是否属于当前用户
+
+
+ getShopList: "/api/v2/wechat/merchant-crud-list/by-user", //根据用户获取商家列表
};
diff --git a/packages/storeManagement/index/index.vue b/packages/storeManagement/index/index.vue
index a0fa00bd..07bfaa07 100644
--- a/packages/storeManagement/index/index.vue
+++ b/packages/storeManagement/index/index.vue
@@ -8,15 +8,15 @@
@@ -62,20 +62,20 @@