From e2525e1ed686dc305e562757c3a00b37ac3beec4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 21 六月 2024 16:24:32 +0800
Subject: [PATCH] time

---
 h5/pages/applicationRecord/applicationRecord.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index 5317783..ea490a1 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -64,6 +64,10 @@
           <view class="box_list_item_nr_text">{{ item.createDate }} 鎻愪氦</view>
         </view>
       </view>
+      <view v-if="list.length === 0"  style="text-align: center;">
+        <image src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto 0" mode="widthFix" />
+        <view class="placeholder9 fs24">鏆傛棤鏁版嵁</view>
+      </view>
     </view>
   </view>
 </template>
@@ -108,6 +112,7 @@
     },
     tabsClick(val) {
       this.pagination.page = 0
+      this.list = []
       this.status = val
       this.getList()
     },

--
Gitblit v1.9.3