myPingJia.wxml 2.1 KB

1
  1. <view style="padding-bottom:20rpx;"><block wx:for="{{EvaluateList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="padding-tb-sm margin-lr u-border-bottom"><view data-event-opts="{{[['tap',[['gotoShop',['$0'],[[['EvaluateList','',index,'shopId']]]]]]]}}" class="flex justify-between align-center" bindtap="__e"><view class="flex align-center"><u-avatar vue-id="{{'897cc63c-1-'+index}}" src="{{item.shopCover}}" size="65" bind:__l="__l"></u-avatar><view class="margin-left-sm" style="line-height:46rpx;">{{(item.shopName?item.shopName:'匿名')+''}}</view><view class="flex margin-left-sm"><block wx:for="{{item.score}}" wx:for-item="ite" wx:for-index="__i0__" wx:key="*this"><u-icon vue-id="{{'897cc63c-2-'+index+'-'+__i0__}}" color="#FCD202" name="star-fill" bind:__l="__l"></u-icon></block></view></view><view>{{item.createTime}}</view></view><view style="display:flex;"><view class="margin-top-sm" style="{{(!item.shopReplyMessage?'width: 90%;':'')}}">{{item.evaluateMessage}}</view><block wx:if="{{!item.shopReplyMessage}}"><view data-event-opts="{{[['tap',[['goShow',[index]]]]]}}" class="flex padding-top-sm margin-right" bindtap="__e"></view></block></view><block wx:if="{{item.shopReplyMessage}}"><view class="margin-top-sm"><view class="flex align-center"><view class="flex align-center text-df" style="color:#999999;"><view class="text-df">商家回复:</view>{{item.shopReplyMessage+''}}</view></view></view></block><block wx:if="{{item.pictures}}"><view class="flex" style="width:100%;margin-top:20rpx;flex-wrap:wrap;"><block wx:for="{{item.pictures}}" wx:for-item="ite" wx:for-index="ind" wx:key="ind"><image style="width:200rpx;height:200rpx;margin-right:10rpx;margin-bottom:10rpx;" src="{{ite}}" mode data-event-opts="{{[['tap',[['lookImgs',[ind,'$0'],[[['EvaluateList','',index,'pictures']]]]]]]}}" bindtap="__e"></image></block></view></block><view data-event-opts="{{[['tap',[['deletePj',['$0'],[[['EvaluateList','',index]]]]]]]}}" class="flex justify-end" style="width:100%;color:#999999;" bindtap="__e">删除</view></view></block><block wx:if="{{$root.g0<=0}}"><empty vue-id="897cc63c-3" bind:__l="__l"></empty></block></view>