From 714f173567266003dfd1e08b9e69399eb9c3aa27 Mon Sep 17 00:00:00 2001 From: hupeng Date: Thu, 9 Apr 2020 11:15:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/goods/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,