fix: daily page

This commit is contained in:
zzc
2026-03-02 22:29:41 +08:00
parent 63a6ade0d4
commit ab70f7e78f

View File

@@ -12,7 +12,9 @@
<view class="user-info">
<view class="user-name">
<text>你的好友</text>
<text class="highlight-name">{{ fromUser || "神秘好友" }}</text>
<text class="highlight-name">{{
author || fromUser || "神秘好友"
}}</text>
</view>
<text class="user-desc">给你发来了一份今日问候</text>
</view>