From d1a2b894e9cf5e4f43b65d004dfd8a4ab92551a1 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期三, 26 六月 2024 16:11:32 +0800 Subject: [PATCH] 1 --- components/no-data.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/components/no-data.vue b/components/no-data.vue index bcef415..833f337 100644 --- a/components/no-data.vue +++ b/components/no-data.vue @@ -1,7 +1,7 @@ <template> <view> <image src="../static/common/nodata.png" class="img-nodata"></image> - <view class="txt-nodata">小狗狗尽力了,没有找到数据</view> + <view class="txt-nodata">尽力了,没有找到数据</view> </view> </template> -- Gitblit v1.9.3