diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index b360483..d985481 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -867,11 +867,12 @@ const query = uni.createSelectorQuery().in(this); query.select('#goods').boundingClientRect(data => { if (data.bottom < 1500 && data.top < 0) { - if (this.loadend == false) { - this.getProductSpu() - } else { - this.getGoods(); - } + this.getGoods(); + // if (this.loadend == false) { + // this.getProductSpu() + // } else {; + // this.getGoods(); + // } } }).exec(); // 模拟触底刷新 @@ -1008,6 +1009,7 @@ if (res.data.business_status == 2) { this.isLihaiYun === 'Lihai' ? this.tabs = this.tabs4 : this.tabs = this.tabs3 + this.type=7 } else { this.tabs = this.tabs5 this.type=7