|
@@ -1,16 +1,9 @@
|
|
|
-<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>
|
|
|
|
|
-<image bindtap="previewImage" style="width: 100%;height: 400rpx;" src="{{media.viewUrl}}" data-src="{{media.viewUrl}}" mode="aspectFill"></image>
|
|
|
|
|
-<view class="df aic jscb">
|
|
|
|
|
- <view bindtap="checkMedia" data-audit="{{1}}" class="next">通过</view>
|
|
|
|
|
- <view bindtap="checkMedia" data-audit="{{2}}" class="next">不通过</view>
|
|
|
|
|
|
|
+<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>
|
|
|
-<!-- <block wx:if="{{trans=='运输中'}}"> -->
|
|
|
|
|
<view class="df aic jscb">
|
|
<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> -->
|
|
|
|
|
|
|
+ <button open-type="share" data-type="{{1}}" class="next">分享航次照片</button> <button open-type="share" data-type="{{2}}" class="next">分享航行报告</button>
|
|
|
|
|
+</view>
|