version/0412
shuxiaoquan 8 months ago
parent 839b04037c
commit 25a67623b6
  1. 4
      pages/goods/list.vue

@ -249,7 +249,11 @@
this.setShowView() this.setShowView()
// //
this.setWxofficialShareData() this.setWxofficialShareData()
console.log(111,options.categoryId!= 'undefined')
if(options.categoryId != 'undefined'){
this.getGoodsTypeList(options.categoryId) this.getGoodsTypeList(options.categoryId)
}
}, },
methods: { methods: {

Loading…
Cancel
Save