Browse Source

修复商品列表问题

master
hupeng 5 years ago
parent
commit
714f173567
  1. 2
      src/views/shop/goods/index.vue

2
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,

Loading…
Cancel
Save