From 3a900f686c74a307191b76c1e5e861a95d1bdb05 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期四, 27 六月 2024 15:48:42 +0800 Subject: [PATCH] 1 --- components/no-data.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/components/no-data.vue b/components/no-data.vue index 833f337..f50e3ea 100644 --- a/components/no-data.vue +++ b/components/no-data.vue @@ -1,6 +1,8 @@ <template> <view> - <image src="../static/common/nodata.png" class="img-nodata"></image> + + <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