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();
}
},