From 79b196363a2a7fe0cc0b8d7aa176d9d930b408a1 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 22 十月 2024 11:18:49 +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