- <view class="box">
- <view class="title">
- <view> 请选择日报照片提交给货主(单选):</view>
- <view class="tips">(请遵守国家有关互联网信息安全相关法律)</view>
- </view>
- <block wx:for="{{medias}}">
- <view class="df jcsb mt40">
- <checkbox bindtap="check" checked="{{index==currentIndex}}" data-index="{{index}}"></checkbox>
- <image bindtap="check" style="width: 609rpx;height: 265rpx;background: #D8D8D8;border-radius: 1rpx;" src="{{item.viewUrl}}" data-index="{{index}}"></image>
- </view>
- </block>
- <view bindtap="examineMedia" class="update">下一步</view>
- </view>
|