- <view class="p40">
- <view class="m30">
- <view> 请选择日报照片提交给货主(单选):</view>
- <view class="fs24 p10">( 请遵守国家有关互联网信息安全相关法律 )</view>
- </view>
- <block wx:for="{{medias}}">
- <view class="df aic jcsb" style="margin: 30rpx 0;">
- <checkbox bindtap="check" checked="{{index==currentIndex}}" data-index="{{index}}"></checkbox>
- <image bindtap="check" style="width: 75vw;height: 260rpx;" src="{{item.viewUrl}}" data-index="{{index}}"></image>
- </view>
- </block>
- <view bindtap="examineMedia" class="next">下一步</view>
- </view>
|