examine.wxml 1.2 KB

1234567891011121314151617181920
  1. <view style="height: 294rpx;overflow:hidden">
  2. <map enable-scroll="{{false}}" enable-zoom="{{false}}" markers="{{markers}}" scale="{{10}}" include-points="{{points}}" latitude="{{latitude}}" longitude="{{longitude}}" style="width: 100%;height: 334rpx;" name="map"></map>
  3. </view>
  4. <image bindtap="previewImage" class="media" src="{{media.viewUrl}}" data-src="{{media.viewUrl}}" mode="aspectFill"></image>
  5. <view class="df aic jscb mt50 mb50" wx:if="{{!isMarkVisable}}">
  6. <button bindtap="showMark" data-audit="{{1}}" class="next">通过</button>
  7. <button bindtap="noPass" data-audit="{{2}}" class="next">不通过</button>
  8. </view>
  9. <block wx:else="">
  10. <view class="mt50 ml30 mb30 c3">请选择图片类型:</view>
  11. <view class="df aic jscb mt20 mb50">
  12. <button bindtap="markMedia" data-type="{{0}}" class="next mark">日报</button>
  13. <button bindtap="markMedia" data-type="{{1}}" class="next mark">验仓</button>
  14. <button bindtap="markMedia" data-type="{{2}}" class="next mark">清仓</button>
  15. </view>
  16. </block>
  17. <view class="df aic jscb">
  18. <button open-type="share" data-type="{{1}}" class="next">分享航次照片</button> <button open-type="share" data-type="{{2}}" class="next">分享航行报告</button>
  19. </view>