Commit 5f81110f authored by GuanHua's avatar GuanHua

fix: 店铺装修推荐商品数量提示语错误问题

parent 8470a616
......@@ -200,7 +200,7 @@ const GoodsSetting: React.FC<GoodsSettingPropsType> = (props) => {
// return
// } else
if (selectGoodsList.length > 9) {
message.error("最多只能推荐10件商品")
message.error("最多只能推荐9件商品")
return
}
setConfirmLoading(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