- <map enable-scroll="{{false}}" enable-zoom="{{false}}" markers="{{markers}}" scale="{{10}}" include-points="{{points}}" latitude="{{latitude}}" longitude="{{longitude}}" style="width: 100%;height: 300rpx;" name="map"></map>
- <image bindtap="previewImage" class="media" src="{{media.viewUrl}}" data-src="{{media.viewUrl}}" mode="aspectFill"></image>
- <view class="df aic jscb mt50 mb50">
- <button bindtap="checkMedia" data-audit="{{1}}" class="next">通过</button>
- <button bindtap="checkMedia" data-audit="{{2}}" class="next">不通过</button>
- </view>
- <view class="df aic jscb">
- <button open-type="share" data-type="{{1}}" class="next">分享航次照片</button> <button open-type="share" data-type="{{2}}" class="next">分享航行报告</button>
- </view>
|