Fix:4001 【商城小程序】店铺资讯列表,跳转资讯详情点击区域扩大
This commit is contained in:
@@ -343,7 +343,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="comment-list v12-px-3" v-if="item.latestReplyList">
|
||||
<view class="comment-list v12-px-3" v-if="item.latestReplyList" @click="infoClick(item)">
|
||||
<view class="v12-mt-2" v-for="(comment, i) in item.latestReplyList" :key="i">
|
||||
<view class="user-info v12-align-center">
|
||||
<view class="user-avatar">
|
||||
|
||||
Reference in New Issue
Block a user