examine.wxml 1.2 KB

12345678910111213141516
  1. <map enable-scroll="{{false}}" enable-zoom="{{false}}" markers="{{markers}}" scale="{{10}}" include-points="{{points}}" latitude="{{latitude}}" longitude="{{longitude}}" style="width: 100%;height: 400rpx;" name="map"></map>
  2. <image bindtap="previewImage" style="width: 100%;height: 400rpx;" src="{{media.viewUrl}}" data-src="{{media.viewUrl}}" mode="aspectFill"></image>
  3. <view class="df aic jscb">
  4. <view bindtap="checkMedia" data-audit="{{1}}" class="next">通过</view>
  5. <view bindtap="checkMedia" data-audit="{{2}}" class="next">不通过</view>
  6. </view>
  7. <!-- <block wx:if="{{trans=='运输中'}}"> -->
  8. <view class="df aic jscb">
  9. <button style="width: 300rpx;line-height: 80rpx;padding: 0;font-weight: 400;" open-type="share" data-type="{{1}}" class="next">分享航次照片</button> <button style="width: 300rpx;line-height: 80rpx;padding: 0;font-weight: 400;" open-type="share" data-type="{{2}}" class="next">分享航行报告</button>
  10. </view>
  11. <!-- </block> -->
  12. <!-- <block wx:if="{{trans=='卸货中'}}"> -->
  13. <!-- <view class="df aic jcc">
  14. <button style="width: 300rpx;line-height: 80rpx;padding: 0;font-weight: 400;" open-type="share" data-type="{{3}}" class="next">分享卸货报告</button>
  15. </view> -->
  16. <!-- </block> -->