Commit 1b55d830 authored by GuanHua's avatar GuanHua

fix: 店铺装修选择二级品类问题修复

parent 695678f3
......@@ -105,6 +105,7 @@ const CategoryRecommendSetting: React.FC<CategoryRecommendSettingPropsType> = (p
}
if (selectKeys.length > 4) {
message.error('最多推荐4个二级品类')
reject()
return
}
const param = {
......@@ -126,6 +127,8 @@ const CategoryRecommendSetting: React.FC<CategoryRecommendSettingPropsType> = (p
} else {
reject()
}
}).catch(() => {
reject()
})
})
}
......
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