Commit 18dc2e36 authored by GuanHua's avatar GuanHua

feat:删除默认库存

parent 0d5756a9
......@@ -434,7 +434,7 @@ const CommodityDetail = (props) => {
}
}
setCurrentPriceRange(unitPriceAndPicList[0].unitPrice)
setStockCount(unitPriceAndPicList[0].stockCount || 200)
setStockCount(unitPriceAndPicList[0].stockCount)
setCommodityImgList(tempImgList)
setAttributeList(tempAttrList)
}
......
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