1 |
- <app-layout vue-id="1a7e60be-1" class="data-v-42eb4948" bind:__l="__l" vue-slots="{{['default']}}"><view class="comment-detail data-v-42eb4948"><view class="top-text dir-left-nowrap main-left data-v-42eb4948"><view class="prompt data-v-42eb4948">买家评价</view><block wx:if="{{detail.is_show==='0'}}"><view class="show data-v-42eb4948">已隐藏</view></block></view><view class="content data-v-42eb4948"><view class="top dir-left-nowrap data-v-42eb4948"><image class="image data-v-42eb4948" src="{{detail.cover_pic}}"></image><view class="name dir-left-nowrap main-between data-v-42eb4948"><view class="name-text data-v-42eb4948"><view class="text data-v-42eb4948">{{detail.goods_name}}</view><block wx:if="{{detail.attr_list&&detail.attr_list.length>0}}"><view class="attr data-v-42eb4948">{{detail.attr_list[0].attr_group_name+":"+detail.attr_list[0].attr_name}}</view></block></view><view class="name-icon dir-top-nowrap main-center cross-center data-v-42eb4948"><image class="icon data-v-42eb4948" src="{{''+(detail.score==='3'?'../image/praise.png':detail.score==='2'?'../image/average.png':'../image/bad-review.png')}}"></image><view class="evaluation data-v-42eb4948">{{detail.score==='3'?'好评':detail.score==='2'?'中评':detail.score==='1'?'差评':''}}</view></view></view></view><view class="bottom data-v-42eb4948"><view class="bottom-text data-v-42eb4948">{{detail.content}}</view><view class="bottom-image dir-left-wrap data-v-42eb4948"><block wx:for="{{detail.pic_url}}" wx:for-item="item" wx:for-index="index" wx:key="index"><image lazy-load="{{true}}" src="{{item}}" data-event-opts="{{[['tap',[['screen',[index]]]]]}}" bindtap="__e" class="data-v-42eb4948"></image></block></view></view></view><view class="seller data-v-42eb4948">卖家回复</view><view class="area data-v-42eb4948"><textarea maxlength="-1" show-confirm-bar="{{true}}" placeholder="请输入回复内容" placeholder-class="place" data-event-opts="{{[['input',[['bindTextAreaBlur',['$event']]]],['confirm',[['bindTextAreaBlur',['$event']]]],['blur',[['bindTextAreaBlur',['$event']]]]]}}" value="{{detail.reply_content}}" bindinput="__e" bindconfirm="__e" bindblur="__e" class="data-v-42eb4948"></textarea></view><view data-event-opts="{{[['tap',[['reply',['$event']]]]]}}" class="button data-v-42eb4948" bindtap="__e">发布回复</view></view></app-layout>
|