From a2c5def7cf9562312a54216bc195a6ea071a26c5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 21 一月 2026 17:38:36 +0800
Subject: [PATCH] 2026.1.21

---
 component/loadingstatus/loadingstatus.js |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/component/loadingstatus/loadingstatus.js b/component/loadingstatus/loadingstatus.js
index d6d47cf..e72da3f 100644
--- a/component/loadingstatus/loadingstatus.js
+++ b/component/loadingstatus/loadingstatus.js
@@ -1,4 +1,9 @@
 // component/loadingstatus/loadingstatus.js
+/**
+ * 鍔犺浇鐘舵�佺粍浠�
+ * 閰嶅悎 bLoadingStatus 浣跨敤
+ * @see '/base/behaviors/bLoadingStatus.js'
+ */
 Component({
   options: {
     addGlobalClass: true
@@ -7,6 +12,10 @@
    * 缁勪欢鐨勫睘鎬у垪琛�
    */
   properties: {
+    scrollable: {
+      type: Boolean,
+      value: true
+    },
     loading: {
       type: Boolean,
       value: false
@@ -32,6 +41,8 @@
    * 缁勪欢鐨勬柟娉曞垪琛�
    */
   methods: {
-
+    gotoMore() {
+      this.triggerEvent('gotoMore')
+    }
   }
 })

--
Gitblit v1.9.3