Fix:4722 【旅居商城小程序】千县资讯-点击评论图标没有跳转到资讯详情页
This commit is contained in:
@@ -239,7 +239,7 @@
|
|||||||
>{{ item.zan }}</text>
|
>{{ item.zan }}</text>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="flex">
|
<view class="flex" @click="infoClick(item)">
|
||||||
<u-icon name="chat" size="24"></u-icon>
|
<u-icon name="chat" size="24"></u-icon>
|
||||||
<text class="seeNum-txt">{{ item.replyCount || 0}}</text>
|
<text class="seeNum-txt">{{ item.replyCount || 0}}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user