From 0b82ae7569c57691cfecdc58d2c2072f7e8b3426 Mon Sep 17 00:00:00 2001 From: Chopper Date: Thu, 9 Dec 2021 20:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E8=AE=BE=E7=BD=AE=E5=9D=90?= =?UTF-8?q?=E5=B8=ADid=E4=BB=A3=E7=A0=81=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/api/shops.js | 6 +- seller/src/views/shop/shopSetting.vue | 79 +++++++++++++++++++++------ 2 files changed, 66 insertions(+), 19 deletions(-) diff --git a/seller/src/api/shops.js b/seller/src/api/shops.js index 7fb16d1a..edf8321e 100644 --- a/seller/src/api/shops.js +++ b/seller/src/api/shops.js @@ -89,6 +89,11 @@ export const getRefundGoodsAddress = () => { export const saveRefundGoodsAddress = (params) => { return putRequest(`/settings/storeAfterSaleAddress`, params) } +//修改im商户id +export const updatEmerchantId = (params) => { + return putRequest(`/settings/merchantEuid`, params) +} + //修改保存库存预警数 export const updateStockWarning = (params) => { @@ -113,4 +118,3 @@ export const editShipTemplate = (id, params, headers) => { } - diff --git a/seller/src/views/shop/shopSetting.vue b/seller/src/views/shop/shopSetting.vue index 30ba05ba..4533ff31 100644 --- a/seller/src/views/shop/shopSetting.vue +++ b/seller/src/views/shop/shopSetting.vue @@ -6,13 +6,13 @@
- + - + - + @@ -29,19 +29,20 @@ - + - + - - - + - + @@ -54,10 +55,24 @@ - + - + + + + + +
+ + + + +
@@ -71,12 +86,13 @@