From b7be3856555b6b8bb07f89ab1cceb8fda05ef30f Mon Sep 17 00:00:00 2001 From: 1154079537 <1154079537@qq.com> Date: Sun, 28 Apr 2024 17:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=88=B7=E6=96=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 +- pages/gather/gather.vue | 1450 ++++++++++++++-------------- pages/index/component/swiperBg.vue | 5 - pages/index/index.vue | 38 +- pages/whole_sale/index.vue | 2 - 5 files changed, 753 insertions(+), 746 deletions(-) diff --git a/manifest.json b/manifest.json index dd8dd7e..8f5f632 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "2.0.38", - "versionCode" : 2038, + "versionName" : "2.0.39", + "versionCode" : 2039, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 073ca26..1439c1a 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -1,792 +1,806 @@ \ No newline at end of file diff --git a/pages/index/component/swiperBg.vue b/pages/index/component/swiperBg.vue index cb048de..74abbea 100644 --- a/pages/index/component/swiperBg.vue +++ b/pages/index/component/swiperBg.vue @@ -29,11 +29,6 @@ - diff --git a/pages/index/index.vue b/pages/index/index.vue index cfd2f40..3f99db3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -654,8 +654,9 @@ }, }, onPullDownRefresh() { - this.overflow = true; - this.reconnect(); + // this.overflow = true; + // this.reconnect(); + // that.overflow = true; // #ifdef APP-PLUS setTimeout(() => { this.hotPage = 1; @@ -1046,21 +1047,19 @@ if (that.loading || that.loadend) return; that.loading = true; that.loadTitle = ''; - getProductslist(that.where) - .then(res => { - let list = res.data.list; - let productList = that.$util.SplitArray(list, that.sortProduct); - let loadend = list.length < that.where.limit; - that.loadend = loadend; - that.loading = false; - that.loadTitle = loadend ? '已全部加载' : '加载更多'; - that.$set(that, 'sortProduct', productList); - that.$set(that.where, 'page', that.where.page + 1); - }) - .catch(err => { - that.loading = false; - that.loadTitle = '加载更多'; - }); + getProductslist(that.where).then(res => { + let list = res.data.list; + let productList = that.$util.SplitArray(list, that.sortProduct); + let loadend = list.length < that.where.limit; + that.loadend = loadend; + that.loading = false; + that.loadTitle = loadend ? '已全部加载' : '加载更多'; + that.$set(that, 'sortProduct', productList); + that.$set(that.where, 'page', that.where.page + 1); + }).catch(err => { + that.loading = false; + that.loadTitle = '加载更多'; + }); }, /** * 点击组件选项卡 @@ -1094,11 +1093,11 @@ let num = that.hotLimit; if (!that.hotScroll) return; if (that.hotLoading[e]) return; - + that.hotLoading[e] = true; that.hotTitle = '加载中'; getProductHot(that.hotPage, that.hotLimit, 1, 1).then(res => { - console.log(res) + uni.stopPullDownRefresh(); res.data.list = this.shuffleArray(res.data.list); let list = res.data.list; let productList = that.hostProduct; @@ -1133,6 +1132,7 @@ getProductslist({ ...query }).then(res => { + uni.stopPullDownRefresh(); res.data.list = this.shuffleArray(res.data.list); let list = res.data.list; let productList = that.hostProduct; diff --git a/pages/whole_sale/index.vue b/pages/whole_sale/index.vue index 389fdc6..a5f39ed 100644 --- a/pages/whole_sale/index.vue +++ b/pages/whole_sale/index.vue @@ -286,7 +286,6 @@