From 4d7e9806f86c9cd594705cc43774841b8834fab6 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 5 Feb 2024 13:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E8=B5=A0=E9=80=81=E5=8F=8A=E6=A0=B8=E9=94=80=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/exchange.js | 4 ++++ api/store.js | 1 + pages/admin/business/index.vue | 15 +++++++++---- pages/annex/vip_center/index.vue | 24 ++++++++++++++++++--- pages/users/user_coupon/index.vue | 30 +++++++++++++++----------- pages/users/write_off/index.vue | 36 ++++++++++++++++++++++--------- 6 files changed, 80 insertions(+), 30 deletions(-) diff --git a/api/exchange.js b/api/exchange.js index 245386e..0cfbd7d 100644 --- a/api/exchange.js +++ b/api/exchange.js @@ -60,3 +60,7 @@ export function recordIntegralList(data) { export function quotaTransfer(data) { return request.get(`exchange/quota_transfer`,data); } +// 获取门店绑定的酒道馆信息 +export function merBindShop(merId) { + return request.get(`exchange/mer_bind_shop/${merId}`); +} diff --git a/api/store.js b/api/store.js index 3e8e05f..d935139 100644 --- a/api/store.js +++ b/api/store.js @@ -545,3 +545,4 @@ export function priceRuleApi(id) { noAuth: true }); } + diff --git a/pages/admin/business/index.vue b/pages/admin/business/index.vue index db5d486..9fec027 100644 --- a/pages/admin/business/index.vue +++ b/pages/admin/business/index.vue @@ -254,6 +254,12 @@ export default { \ No newline at end of file +