diff --git a/src/views/shop/goods/index2.vue b/src/views/shop/goods/index2.vue index 48042a2..9d68d56 100644 --- a/src/views/shop/goods/index2.vue +++ b/src/views/shop/goods/index2.vue @@ -163,7 +163,7 @@ export default { storeInfo: data.storeInfo, keyword: data.keyword, barCode: data.barCode, - cateId: data.cateId, + storeCategory: data.storeCategory || {id:null}, price: data.price, vipPrice: data.vipPrice, otPrice: data.otPrice, diff --git a/src/views/shop/goods/index3.vue b/src/views/shop/goods/index3.vue index c026054..049488d 100644 --- a/src/views/shop/goods/index3.vue +++ b/src/views/shop/goods/index3.vue @@ -155,7 +155,7 @@ export default { storeInfo: data.storeInfo, keyword: data.keyword, barCode: data.barCode, - cateId: data.cateId, + storeCategory: data.storeCategory || {id:null}, price: data.price, vipPrice: data.vipPrice, otPrice: data.otPrice,