Fix:3946 【商城小程序】评论回复楼主时,应不显示回复楼主
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="v12-font-22 v12-secondary-dark-text v12-mt-1">
|
<view class="v12-font-22 v12-secondary-dark-text v12-mt-1">
|
||||||
<text>{{ formatterTime(_comment.createTime) }}</text>
|
<text>{{ formatterTime(_comment.createTime) }}</text>
|
||||||
<text v-if="_comment.at">
|
<text v-if="_comment.at && _comment.parentReplyId !== comment.id">
|
||||||
{{ ' 回复 ' + _comment.at.atNickName }}
|
{{ ' 回复 ' + _comment.at.atNickName }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user