From b339e787982d72119a85c758e625c5efdf3306ba Mon Sep 17 00:00:00 2001 From: mujinxia <1764373892@qq.com> Date: Wed, 21 Feb 2024 18:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E8=AE=BE=E7=BD=AE=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/help.js | 7 +- pages/news/consult/storeEdit.vue | 174 ++++++++++++++++++------------- 2 files changed, 106 insertions(+), 75 deletions(-) diff --git a/api/help.js b/api/help.js index 34eb004..7d116c6 100644 --- a/api/help.js +++ b/api/help.js @@ -6,7 +6,8 @@ const api = { helpList: 'article/helpCenter', addGoodsSource: 'user/addGoodsSource', joinStore: 'store/joinStore', - getStoreType: 'store/getStoreType' + getStoreType: 'store/getStoreType', + storeSet:'store/joinStore' } // 帮助中心列表 @@ -29,3 +30,7 @@ export const joinStore = (param) => { export const getStoreType = (param) => { return request.post(api.getStoreType, param) } +// 店铺设置 +export const storeSet = (param) => { + return request.post(api.storeSet, param) +} diff --git a/pages/news/consult/storeEdit.vue b/pages/news/consult/storeEdit.vue index 3ecc7b9..405fd5d 100644 --- a/pages/news/consult/storeEdit.vue +++ b/pages/news/consult/storeEdit.vue @@ -1,10 +1,11 @@ -