|
|
@ -17,7 +17,6 @@ |
|
|
|
<template is="wxParse" data="{{wxParseData:activity.nodes}}" /> |
|
|
|
</view> |
|
|
|
<!--留言列表--> |
|
|
|
<block wx:if="{{commentList.length>0}}"> |
|
|
|
<view class="section_line"></view> |
|
|
|
<view class="topic_comment"> |
|
|
|
<view class="topic_comment_top"> |
|
|
@ -43,8 +42,7 @@ |
|
|
|
<view class="comment_info_detail">{{item.detail}}</view> |
|
|
|
<view class="comment_info_time"> |
|
|
|
<view class="comment_info_time_left">{{item.time}}</view> |
|
|
|
<view class="comment_info_time_right" bindtap="onClickPraise" data-item="{{item}}" |
|
|
|
data-index='{{index}}'> |
|
|
|
<view class="comment_info_time_right" bindtap="onClickPraise" data-item="{{item}}" data-index='{{index}}'> |
|
|
|
<view class="praiseNum">{{item.praiseNum}}</view> |
|
|
|
<image class="praiseIcon" src="{{item.isSupport ==='0' ? unPraise : praise}}"></image> |
|
|
|
</view> |
|
|
@ -55,7 +53,6 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
<!--活动报名--> |
|
|
|
<view class="page_footer"> |
|
|
|
<!-- <e-ibutton title="{{disable ? '已报名' : '在线报名'}}" bind:onTap="onlineSubmit" disable="{{disable}}"/> --> |
|
|
|