From 6ded2ee6a9d9097d45f8f79a7e6429cf55ed7cc3 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 07 三月 2025 16:59:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/pages/applicationRecord/applicationRecord.vue | 25 ++++++++++++++++++-------
1 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index 3cac6b9..c7b2b4e 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -90,23 +90,34 @@
status: '',
statusMap: {
- 0: '寰呭鏍�',
- 1: '宸叉彁浜�',
+ 0: '寰呭鎵�',
+ 1: '瀹℃壒涓�',
2: '瀹℃牳閫氳繃',
3: '瀹℃牳椹冲洖',
4: '鍙栨秷',
5: '涓嬪彂鎴愬姛',
6: '涓嬪彂澶辫触',
+ 7: '鎷滆涓�',
+ 8: '宸茬绂�',
+ 9: '宸插け鏁�',
}
}
},
- onLoad() {
- this.getList()
+ onShow() {
+ this.pagination.page = 0
+ this.list = []
+ this.getList()
},
onReachBottom() {
- if (this.total > 10) {
- this.getList()
- }
+ const {
+ total,
+ list
+ } = this
+ if (list.length < total) {
+ this.getList()
+ } else {
+ this.showToast('鏆傛棤鏇村鏁版嵁')
+ }
},
methods: {
handleDetail(id) {
--
Gitblit v1.9.3