Commit 16fde2c0 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:变更商品上架前获取店铺接口

parent b6b13cc5
......@@ -390,7 +390,7 @@ const Products: React.FC<{}> = () => {
const onChangeUpShop = (values) => {
// 判断上架之前是否有店铺 有即可以上下架
if(judgeShopRef.current){
PublicApi.getTemplateShopFindShop({
PublicApi.getTemplateWebMemberShopWebFindCurrMemberShop({
memberId: JSON.parse(window.localStorage.getItem('auth')).memberId,
memberRoleId: JSON.parse(window.localStorage.getItem('auth')).memberRoleId
}).then(res => {
......
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