修复商品列表问题

This commit is contained in:
hupeng
2020-04-09 11:15:55 +08:00
parent ce1ae46182
commit 714f173567

View File

@ -216,7 +216,7 @@ export default {
storeInfo: data.storeInfo,
keyword: data.keyword,
barCode: data.barCode,
storeCategory: data.storeCategory,
storeCategory: data.storeCategory || {id:null},
price: data.price,
vipPrice: data.vipPrice,
otPrice: data.otPrice,