|
|
@ -3,7 +3,7 @@ |
|
|
|
<view class="touch-item {{isTouchMove ? 'touch-move-active' : ''}}" data-index="{{itemIndex}}" data-name="{{itemData.commentName}}" bindtouchstart="touchstart" bindtouchmove="touchmove" > |
|
|
|
<view class="content"> |
|
|
|
<view class="content-left"> |
|
|
|
<image src="{{itemData.commentIcon}}" style="width:20px;height:20px;"></image> |
|
|
|
<image src="{{itemData.commentIcon}}" style="width:30px;height:30px;"></image> |
|
|
|
</view> |
|
|
|
<view class="content-right"> |
|
|
|
<view class="userInfo"> |
|
|
@ -13,9 +13,7 @@ |
|
|
|
</view> |
|
|
|
<view class="userInfo-right" bindtap="onClickPraise" data-item="{{itemData}}" data-index='{{itemIndex}}'> |
|
|
|
<view class="praiseNum">{{itemData.praiseNum}}</view> |
|
|
|
<view class="praise-icon"> |
|
|
|
<image src="{{item.isPraise ? praise : unPraise}}" style="width:100%;"></image> |
|
|
|
</view> |
|
|
|
<image class="praise-icon" src="{{itemData.isSupport ==='0' ? unPraise : praise}}"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="color:#3B3B3B;font-size:14px;padding: 0 0 5px 0;">{{itemData.comment}}</view> |
|
|
|