fix: daily page
This commit is contained in:
@@ -12,7 +12,9 @@
|
|||||||
<view class="user-info">
|
<view class="user-info">
|
||||||
<view class="user-name">
|
<view class="user-name">
|
||||||
<text>你的好友</text>
|
<text>你的好友</text>
|
||||||
<text class="highlight-name">{{ fromUser || "神秘好友" }}</text>
|
<text class="highlight-name">{{
|
||||||
|
author || fromUser || "神秘好友"
|
||||||
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
<text class="user-desc">给你发来了一份今日问候</text>
|
<text class="user-desc">给你发来了一份今日问候</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user