Fix:3921 【商城小程序】店主资讯被评论时未收到互动消息通知
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
</text>
|
||||
</view>
|
||||
<view class="v12-font-22 v12-dark2-text v12-mt-1">
|
||||
<text>{{ '回复了你的评论 ' + timeFormat(comment.senderTime) }}</text>
|
||||
<text>{{ (comment.isRootReply ? ' 评论了你的资讯内容 ' : '回复了你的评论 ') + timeFormat(comment.senderTime) }}</text>
|
||||
<text v-if="comment.at">
|
||||
{{ ' 回复 ' + comment.at.atNickName }}
|
||||
{{ ' 回复 ' + comment.at.atNickName }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -28,7 +28,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="user-name v12-ml-3">
|
||||
<view class="v12-font-30 v12-font-bold v12-my-2 v12-dark-text">
|
||||
<view class="v12-font-30 v12-font-bold v12-my-2 v12-dark-text" v-if="!comment.isRootReply">
|
||||
{{ comment.parentReply }}
|
||||
</view>
|
||||
<view class="v12-font-28 v12-dark2-text">
|
||||
|
||||
Reference in New Issue
Block a user