From d91c23a3dc8cb22c0a5b2bbb5a74c6aac37469b5 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期三, 03 七月 2024 11:35:02 +0800
Subject: [PATCH] update 分类过滤

---
 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