myComment.wxml 608 B

1
  1. <view style="padding:20rpx;"><block wx:for="{{commentList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['goDetail',['$0'],[[['commentList','id',item.id,'orderId']]]]]]]}}" class="box" style="margin-bottom:10rpx;color:#666;" bindtap="__e"><view style="margin-bottom:10rpx;">{{item.content}}</view><view style="display:flex;"><view style="flex:1;"><uni-rate vue-id="{{'b8afbbd0-1-'+__i0__}}" value="{{item.star}}" readonly="{{true}}" bind:__l="__l"></uni-rate></view><view style="padding-top:10rpx;font-size:24rpx;">{{item.time}}</view></view></view></block></view>