From f654d570332e2c16379e08ad1e3bb8a24d92656e Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 31 七月 2025 16:18:35 +0800 Subject: [PATCH] 注册登录 用户nickName问题 --- pages/mine/activity/reportActivity.vue | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/pages/mine/activity/reportActivity.vue b/pages/mine/activity/reportActivity.vue index 78ff7c2..86b0a86 100644 --- a/pages/mine/activity/reportActivity.vue +++ b/pages/mine/activity/reportActivity.vue @@ -26,6 +26,9 @@ </view> </view> </view> + <view class="empty-state" v-if="mockData.length === 0 && !loading"> + <text>鏆傛棤鍐呭锛屼笅鎷夊埛鏂拌瘯璇�</text> + </view> <!-- <view style="height: 150rpx;"></view> --> <!-- 鏀硅繘鐨勫姞杞芥洿澶氭彁绀� --> <view class="load-more"> @@ -215,6 +218,19 @@ </script> <style lang="scss"> + /* 绌虹姸鎬佹牱寮� */ + .empty-state { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 50vh; + text-align: center; + color: #999; + text { + font-size: 28rpx; + } + } /* 鏂板鍔犺浇鏇村鏍峰紡 */ .load-more { padding: 20rpx 0; -- Gitblit v1.8.0