You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.3 KiB
1 lines
2.3 KiB
<view class="foodComment b-f" style="padding:30rpx;padding-bottom:100rpx;"><view><view class="header dis-flex"><view class="f-w" style="flex:0.3;">评价</view><view style="flex:0.5;"></view><block wx:if="{{false}}"><view class="f-24" style="flex:0.2;color:#999999;text-align:right;">{{''+evaluateList.totalnum+'条评论'}}<text class="iconfont icon-right" style="font-size:22rpx;"></text></view></block></view><block wx:for="{{evaluateList.commentinfo}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="content p-top-bom-20" style="border-bottom:1rpx solid #f1f1f1;"><view class="dis-flex"><view style="flex:0.15;"><image style="width:100rpx;height:100rpx;border-radius:50%;" src="{{item.headimg}}" mode="aspectFill"></image></view><view style="flex:0.6;padding:20rpx 10rpx;"><view class="f-28">{{item.nickname}}</view><view class="f-24" style="color:#999999;">{{item.createtime}}</view></view><view style="flex:0.25;padding:4% 0;"><tui-rate vue-id="{{'5dff6038-1-'+index}}" current="{{item.star}}" disabled="{{true}}" score="{{1}}" active="#F5D145" bind:__l="__l"></tui-rate></view></view><view class="evaluate"><view class="f-24" style="padding:20rpx 0;">{{''+item.text+''}}</view><view class="dis-flex" style="flex-wrap:wrap;"><block wx:for="{{item.pic}}" wx:for-item="picItem" wx:for-index="i" wx:key="i"><view style="flex:1;padding-right:10rpx;width:31%;min-width:31%;max-width:31%;"><image style="width:100%;height:200rpx;border-radius:15rpx;" src="{{picItem}}" mode="aspectFill" data-event-opts="{{[['tap',[['lookImg',['$0',i],[[['evaluateList.commentinfo','',index,'pic']]]]]]]}}" bindtap="__e"></image></view></block></view><block wx:if="{{item.replytextone||item.replypicone[0]}}"><view class="f-24" style="padding:20rpx 0;"><view><text class="iconfont icon-comment" style="color:#999999;font-size:24rpx;"></text><text style="color:#999999;">商家回复:</text><text style="padding-left:20rpx;">{{item.replytextone}}</text></view><view class="dis-flex" style="flex-wrap:wrap;"><block wx:for="{{item.replypicone}}" wx:for-item="replypiconeItem" wx:for-index="i" wx:key="i"><view style="flex:1;padding-right:10rpx;width:31%;min-width:31%;max-width:31%;"><image style="width:100%;height:200rpx;border-radius:15rpx;" src="{{replypiconeItem}}" mode="aspectFill"></image></view></block></view></view></block></view></view></block></view></view>
|