From 16dc8ca250fced6bfd06ae6ad1f6e5acaeaea4e0 Mon Sep 17 00:00:00 2001 From: taochengbo <552920369@qq.com> Date: Wed, 22 Apr 2020 21:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E7=9A=84=E5=95=86=E5=93=81=E5=92=8C=E5=9B=9E=E6=94=B6=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=BC=96=E8=BE=91=E6=8A=A5=E9=94=99=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/goods/index2.vue | 2 +- src/views/shop/goods/index3.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,