Sanakey
2021-04-30 8724a444c8a1d09dc8f9efd005e8443aad8df1ab
pages/feedbackDetail/feedbackDetail.wxml
@@ -11,7 +11,7 @@
        <text>{{detail.desctiption}}</text>
      </view>
      <view class="flex-row flex-wrap">
        <my-view-img my-class="margin-right-10 margin-bottom-10" img-list="{{detail.imagesUrl}}" width="200rpx" height="200rpx" fit="cover"></my-view-img>
        <my-view-img img-class="margin-right-10 margin-bottom-10" img-list="{{detail.imagesUrl}}" width="200rpx" height="200rpx" fit="cover"></my-view-img>
<!--        <block wx:for="{{detail.imagesUrl}}" wx:key="key">-->
<!--          <van-image fit="cover" class="margin-right-10 margin-bottom-10" width="200rpx" height="200rpx" src="{{item.url}}"></van-image>-->
<!--        </block>-->