From d1050cc01d4cef444af53d3088896a8518b9d0dd Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 28 Oct 2023 17:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=97=E9=93=BA=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=8A=A0=E8=BD=BD=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/home/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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