fix: daily page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user