From f14ea940fb32105de8b592992e3f53c62f31d84d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 22 一月 2026 16:42:51 +0800
Subject: [PATCH] 2026.1.22
---
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