tianyi 3 weeks ago
parent
commit
a218413660
  1. 6
      package2/group/groupBuySingle.vue

6
package2/group/groupBuySingle.vue

@ -826,6 +826,12 @@
this.navBarHeight = info.statusBarHeight + 40; this.navBarHeight = info.statusBarHeight + 40;
}, },
onPullDownRefresh() { onPullDownRefresh() {
this.menuList = [{
categoryName: '推荐',
id: 'tuijian',
checked: true
}]
this.productItem = []
this.getCategory(this.shopItem.id); this.getCategory(this.shopItem.id);
this.getProduct(''); this.getProduct('');
}, },

Loading…
Cancel
Save