From fb14fa911bde1ed360fe89a1c41d74b158db9ab5 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 09 八月 2024 15:26:28 +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