diff --git a/src/views/shop/goods/index.vue b/src/views/shop/goods/index.vue index 760311c..2cc739c 100644 --- a/src/views/shop/goods/index.vue +++ b/src/views/shop/goods/index.vue @@ -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,