Commit 02e512f2 authored by GuanHua's avatar GuanHua

fix: 店铺装修问题修改

parent 35ac900d
...@@ -71,7 +71,7 @@ const ShopEdit: React.FC<ShopEditPropsType> = (props) => { ...@@ -71,7 +71,7 @@ const ShopEdit: React.FC<ShopEditPropsType> = (props) => {
return new Promise((resolve) => { return new Promise((resolve) => {
const params: any = { const params: any = {
templateId: id, templateId: id,
type: 2, type: 3,
memberId, memberId,
roleId: memberRoleId roleId: memberRoleId
} }
......
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