From e3898caa56109a29f94e4dabc7db421a5bd4b730 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期一, 15 七月 2024 00:14:27 +0800
Subject: [PATCH] update fix bug

---
 components/no-data.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/components/no-data.vue b/components/no-data.vue
index bcef415..f50e3ea 100644
--- a/components/no-data.vue
+++ b/components/no-data.vue
@@ -1,7 +1,9 @@
 <template>
 	<view>
-		<image src="../static/common/nodata.png" class="img-nodata"></image>
-		<view class="txt-nodata">小狗狗尽力了,没有找到数据</view>
+		
+		<image src="https://hmy-flower.oss-cn-shanghai.aliyuncs.com/5e/5e01669de7ec4500b41711b64a7ca0fcnodata.png" class="img-nodata"></image>
+		<!-- <image src="../static/common/nodata.png" class="img-nodata"></image> -->
+		<view class="txt-nodata">尽力了,没有找到数据</view>
 	</view>
 </template>
 

--
Gitblit v1.9.3