fanfan 8 months ago
commit f9743247f9
  1. 8
      pages/goods/list.vue

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

Loading…
Cancel
Save