app-comments.wxml 2.4 KB

1
  1. <block wx:if="{{mall.setting.is_comment==1}}"><view class="app-comments data-v-17538ebd"><block wx:if="{{showType!=='detail'}}"><view class="empty data-v-17538ebd"><view class="app-top dir-left-nowrap cross-center data-v-17538ebd"><block wx:for="{{commentCount}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickStatus',['$0'],[[['commentCount','',index,'index']]]]]]]}}" class="{{['box box-grow-1 main-center cross-center data-v-17538ebd',status===item.index?getTheme+'-m-back u-text '+getTheme:'background']}}" bindtap="__e">{{''+item.name+"("+item.count+')'}}</view></block></view></view></block><block wx:if="{{list.length>0}}"><view class="list data-v-17538ebd"><block wx:if="{{showType==='detail'}}"><view class="dir-left-nowrap block cross-center data-v-17538ebd"><view class="box-grow-1 data-v-17538ebd">评价</view><view data-event-opts="{{[['tap',[['goto',['$event']]]]]}}" class="box-grow-0 more data-v-17538ebd" bindtap="__e">查看更多</view><image class="box-grow-0 data-v-17538ebd" src="../../../static/image/icon/arrow-right.png"></image></view></block><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['comments data-v-17538ebd',showType==='detail'?'bt':'bb']}}"><view class="title dir-left-nowrap cross-center data-v-17538ebd"><image class="box-grow-0 data-v-17538ebd" src="{{item.avatar}}"></image><view class="box-grow-1 data-v-17538ebd">{{item.nickname}}</view><view class="more box-grow-0 data-v-17538ebd">{{item.time}}</view></view><view class="c-attr-name data-v-17538ebd">{{item.attr_name}}</view><view class="{{['data-v-17538ebd',showType==='detail'?'content':'']}}">{{item.content}}</view><view class="dir-left-wrap pic-list data-v-17538ebd"><block wx:for="{{item.pic_url}}" wx:for-item="pic_url" wx:for-index="pic_url_index" wx:key="pic_url_index"><image src="{{pic_url}}" data-event-opts="{{[['tap',[['imgPreview',[index,pic_url_index]]]]]}}" bindtap="__e" class="data-v-17538ebd"></image></block></view><block wx:if="{{showType!=='detail'&&item.reply_content}}"><view class="replay data-v-17538ebd"><view class="data-v-17538ebd"><text class="{{['data-v-17538ebd',getTheme+'-m-text '+getTheme]}}">商家:</text>{{''+item.reply_content+''}}</view></view></block></view></block></view></block><block wx:else><view class="block cross-center data-v-17538ebd">暂无评价</view></block></view></block>