- <map enable-scroll="{{false}}" enable-zoom="{{false}}" markers="{{markers}}" latitude="{{latitude}}" latitude="{{latitude}}" style="width: 100%;height: 400rpx;" name="map"></map>
- <image bindtap="previewImage" style="width: 100%;height: 400rpx;" src="{{media.viewUrl}}" data-src="{{media.viewUrl}}" mode="aspectFill"></image>
- <block wx:if="{{trans=='运输中'}}">
- <view class="df aic jscb">
- <view bindtap="checkMedia" data-audit="{{1}}" class="next">通过</view>
- <view bindtap="checkMedia" data-audit="{{2}}" class="next">不通过</view>
- </view>
- <view class="df aic jscb">
- <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>
- </view>
- </block>
- <block wx:if="{{trans=='卸货中'}}">
- <view class="df aic jcc">
- <button style="width: 300rpx;line-height: 80rpx;padding: 0;font-weight: 400;" open-type="share" data-type="{{3}}" class="next">分享卸货报告</button>
- </view>
- </block>
|