From e9717d6ebed478c4ff7ddbf539d1a591bbf5185a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 六月 2024 10:49:24 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
h5/pages/applicationRecord/applicationRecord.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index 5317783..99080f0 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -64,6 +64,7 @@
<view class="box_list_item_nr_text">{{ item.createDate }} 鎻愪氦</view>
</view>
</view>
+ <image v-if="list.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
</view>
</view>
</template>
@@ -108,6 +109,7 @@
},
tabsClick(val) {
this.pagination.page = 0
+ this.list = []
this.status = val
this.getList()
},
--
Gitblit v1.9.3