From bd3a9d7086f5a428b385599ba2cb08299b22c0df Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 15 九月 2022 09:26:18 +0800
Subject: [PATCH] 2022.9.14
---
base/behaviors/b_loadingStatus.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/base/behaviors/b_loadingStatus.js b/base/behaviors/b_loadingStatus.js
index ad6bf06..d96ae21 100644
--- a/base/behaviors/b_loadingStatus.js
+++ b/base/behaviors/b_loadingStatus.js
@@ -5,6 +5,7 @@
data: {
cPage: 1,
tPage: 1,
+ perPage: 10,
totalCount: 0,
loading: false,
needLoadMore: false
@@ -59,6 +60,6 @@
if (typeof this.loadComplete === 'function') {
this.loadComplete()
}
- }
+ },
}
})
\ No newline at end of file
--
Gitblit v1.9.3