|
|
@ -40,7 +40,8 @@ |
|
|
<view class="topic_comment"> |
|
|
<view class="topic_comment"> |
|
|
<view class="topic_comment_top"> |
|
|
<view class="topic_comment_top"> |
|
|
<view> |
|
|
<view> |
|
|
{{'评论 ' + commentList.length}} |
|
|
<!-- 评论数修改 --> |
|
|
|
|
|
{{'评论 ' + total}} |
|
|
</view> |
|
|
</view> |
|
|
<button class="commnetBtn" size="mini" bindtap="onTapComment">评论</button> |
|
|
<button class="commnetBtn" size="mini" bindtap="onTapComment">评论</button> |
|
|
</view> |
|
|
</view> |
|
|
@ -67,7 +68,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="del" data-index="{{index}}" data-id="{{item.id}}" catchtap="del">删除</view> |
|
|
<view class="del" data-index="{{index}}" data-id="{{item.id}}" catchtap="del">删除</view>deleteTopic |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|