Commit 6fdc20e2 authored by GuanHua's avatar GuanHua

fix: 修改b端商城装修接口

parent 3110157b
...@@ -204,7 +204,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => { ...@@ -204,7 +204,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
shopId, shopId,
memberShopInGoodsList: memberShopInGoodsList memberShopInGoodsList: memberShopInGoodsList
} }
const res = await PublicApi.postTemplateWebMemberShopWebMemberShopInGoodsListAdorn(param) const res = await PublicApi.postTemplateMobileMemberShopMobileMemberShopInGoodsList(param)
message.destroy() message.destroy()
if (res.code === 1000) { if (res.code === 1000) {
const allShopList: any[] = res.data const allShopList: any[] = res.data
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"module": "esnext", "module": "esnext",
"moduleResolution": "node", "moduleResolution": "node",
"importHelpers": true, "importHelpers": true,
"jsx": "react", "jsx": "react-jsx",
"noImplicitAny": false, "noImplicitAny": false,
"esModuleInterop": true, "esModuleInterop": true,
"sourceMap": true, "sourceMap": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment