1 |
- <view class="evaluateWtapper data-v-0f3aa0d8"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="indexw" wx:key="indexw"><view data-event-opts="{{[['tap',[['details',['$0'],[[['reply','',indexw]]]]]]]}}" class="evaluateItem data-v-0f3aa0d8" catchtap="__e"><view class="pic-text acea-row row-between-wrapper data-v-0f3aa0d8"><view class="acea-row row-middle data-v-0f3aa0d8"><view class="pictrue data-v-0f3aa0d8"><image src="{{item.$orig.avatar}}" mode="aspectFill" class="data-v-0f3aa0d8"></image></view><view class="acea-row row-middle data-v-0f3aa0d8"><view class="acea-row row-middle data-v-0f3aa0d8" style="margin-right:15rpx;"><view class="name line1 data-v-0f3aa0d8">{{item.$orig.nickname}}</view><block wx:if="{{item.$orig.is_money_level>0}}"><view class="vipImg data-v-0f3aa0d8"><image src="../../static/images/vip.png" class="data-v-0f3aa0d8"></image></view></block></view></view></view><view class="{{['start','data-v-0f3aa0d8','star'+item.$orig.star]}}"></view></view><view class="time data-v-0f3aa0d8">{{item.$orig.add_time+" "+item.$orig.suk}}</view><view class="evaluate-infor data-v-0f3aa0d8">{{item.$orig.comment}}</view><view class="imgList acea-row data-v-0f3aa0d8"><block wx:for="{{item.$orig.pics}}" wx:for-item="itemn" wx:for-index="indexn" wx:key="indexn"><view class="{{['pictrue','data-v-0f3aa0d8',item.g0==1?'one':item.g1==2?'two':item.g2==3?'three':'']}}"><image class="image data-v-0f3aa0d8" src="{{itemn}}" mode="aspectFill" data-event-opts="{{[['tap',[['getpreviewImage',[indexw,indexn]]]]]}}" catchtap="__e"></image></view></block></view><block wx:if="{{!fromTo}}"><view class="census acea-row row-between-wrapper data-v-0f3aa0d8"><view class="data-v-0f3aa0d8">{{"浏览"+item.$orig.views_num+"次"}}</view><view class="icons acea-row row-middle data-v-0f3aa0d8"><view class="acea-row row-middle data-v-0f3aa0d8"><text class="iconfont icon-pinglun1 data-v-0f3aa0d8"></text><text class="data-v-0f3aa0d8">{{item.$orig.replyComment?item.$orig.replyComment.sum:0}}</text></view><view data-event-opts="{{[['tap',[['praise',['$0',indexw],[[['reply','',indexw]]]]]]]}}" class="iconZan acea-row row-middle data-v-0f3aa0d8" catchtap="__e"><text class="{{['icon','iconfont','data-v-0f3aa0d8',item.$orig.is_praise?'icon-weizan font-num':'icon-zan']}}"></text><text class="data-v-0f3aa0d8">{{item.$orig.praise}}</text></view><slot name="bottom{{indexw}}"></slot></view></view></block><block wx:if="{{item.$orig.replyComment&&!fromTo}}"><view class="reply data-v-0f3aa0d8"><text class="{{['data-v-0f3aa0d8',item.$orig.replyComment.uid?'':'font-num']}}">{{item.$orig.replyComment.user?item.$orig.replyComment.user.nickname:'用户'}}</text><block wx:if="{{!item.$orig.replyComment.uid}}"><text class="store data-v-0f3aa0d8">商家</text></block>{{":"+item.$orig.replyComment.content+''}}</view></block></view></block></view>
|