From 835e19383983868536f71e7d3e85f455bc6f0b18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Wed, 13 Aug 2025 14:26:02 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E5=88=86?=
=?UTF-8?q?=E7=B1=BB=E4=B8=BA=E7=A9=BA=E6=97=B6=E7=9A=84=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/diy/components/diy/diy.vue | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
diff --git a/pages/diy/components/diy/diy.vue b/pages/diy/components/diy/diy.vue
index f7f2490a..5289e43e 100644
--- a/pages/diy/components/diy/diy.vue
+++ b/pages/diy/components/diy/diy.vue
@@ -65,19 +65,25 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
@@ -666,7 +672,7 @@
// 滚动加载
on_scroll_lower_event(e) {
- if (!this.is_tabs_type) {
+ if (!this.is_tabs_type && !isEmpty(this.tabs_id)) {
this.get_goods_list();
}
},