Fix:4003 【商城小程序】互动消息列表,点击时未跳转至资讯详情/ 增加触发范围
This commit is contained in:
@@ -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" v-if="!comment.isRootReply">
|
||||
<view class="v12-font-30 v12-font-bold v12-my-2 v12-dark-text" v-if="!comment.isRootReply" @click="toInfo(comment)">
|
||||
{{ comment.parentReply }}
|
||||
</view>
|
||||
<view class="v12-font-28 v12-dark2-text" @click="toInfo(comment)">
|
||||
|
||||
Reference in New Issue
Block a user