Commit e399ad49 authored by GuanHua's avatar GuanHua

fix: 修改店铺装修店铺信息接口请求问题

parent 75a9a23e
...@@ -127,10 +127,10 @@ const ShopEdit: React.FC<ShopEditPropsType> = (props) => { ...@@ -127,10 +127,10 @@ const ShopEdit: React.FC<ShopEditPropsType> = (props) => {
const fetchShopInfo = () => { const fetchShopInfo = () => {
return new Promise((resolve) => { return new Promise((resolve) => {
const param: any = { const param: any = {
memberId, memberId,
roleId: memberRoleId roleId: memberRoleId
} }
PublicApi.getTemplateShopFindShop(param).then(res => { PublicApi.getTemplateWebMemberShopWebFindByMemberIdAndRoleId(param).then(res => {
if (res.code === 1000) { if (res.code === 1000) {
if (res.code === 1000) { if (res.code === 1000) {
resolve(res.data) resolve(res.data)
......
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