|
@@ -1,7 +1,7 @@
|
|
|
<cu-custom bgColor="bg-lw-header" isCustom="{{true}}">
|
|
<cu-custom bgColor="bg-lw-header" isCustom="{{true}}">
|
|
|
<view slot="content">路线指引</view>
|
|
<view slot="content">路线指引</view>
|
|
|
</cu-custom>
|
|
</cu-custom>
|
|
|
-<view>
|
|
|
|
|
|
|
+<view wx:if="{{route_guidance}}">
|
|
|
<view class="cu-bar justify-center bg-white">
|
|
<view class="cu-bar justify-center bg-white">
|
|
|
<view class="action border-title">
|
|
<view class="action border-title">
|
|
|
<text class="text-xl text-bold">路线指引图</text>
|
|
<text class="text-xl text-bold">路线指引图</text>
|
|
@@ -9,21 +9,33 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<image class="bg-img" src="{{route_guidance}}" bindtap="ViewImage" data-url="{{route_guidance}}" wx:if="{{route_guidance}}" mode="widthFix"></image>
|
|
<image class="bg-img" src="{{route_guidance}}" bindtap="ViewImage" data-url="{{route_guidance}}" wx:if="{{route_guidance}}" mode="widthFix"></image>
|
|
|
|
|
+</view>
|
|
|
|
|
+
|
|
|
|
|
+<view wx:if="{{real_guidance}}">
|
|
|
<view class="cu-bar justify-center bg-white">
|
|
<view class="cu-bar justify-center bg-white">
|
|
|
<view class="action border-title">
|
|
<view class="action border-title">
|
|
|
<text class="text-xl text-bold">实景指引图 - 打车</text>
|
|
<text class="text-xl text-bold">实景指引图 - 打车</text>
|
|
|
<text class="bg-green" style="width:3rem"></text>
|
|
<text class="bg-green" style="width:3rem"></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <image class="bg-img" src="{{real_guidance}}" bindtap="ViewImage" data-url="{{real_guidance}}" wx:if="{{real_guidance}}" mode="widthFix"></image>
|
|
|
|
|
|
|
+ <view bindtap="ViewImage" data-url="{{real_guidance}}">
|
|
|
|
|
+ <view class="text-center text-red">提示:点击查看大图,长按保存至手机。</view>
|
|
|
|
|
+ <image class="bg-img" src="{{real_guidance_thumb}}" wx:if="{{real_guidance_thumb}}" mode="widthFix"></image>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
-<view class="cu-bar justify-center bg-white">
|
|
|
|
|
|
|
+
|
|
|
|
|
+<view wx:if="{{real_guidance_self}}">
|
|
|
|
|
+ <view class="cu-bar justify-center bg-white">
|
|
|
<view class="action border-title">
|
|
<view class="action border-title">
|
|
|
<text class="text-xl text-bold">实景指引图 - 自驾</text>
|
|
<text class="text-xl text-bold">实景指引图 - 自驾</text>
|
|
|
<text class="bg-green" style="width:3rem"></text>
|
|
<text class="bg-green" style="width:3rem"></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <image class="bg-img" src="{{real_guidance_self}}" bindtap="ViewImage" data-url="{{real_guidance_self}}" wx:if="{{real_guidance_self}}" mode="widthFix"></image>
|
|
|
|
|
|
|
+ <view bindtap="ViewImage" data-url="{{real_guidance_self}}">
|
|
|
|
|
+ <view class="text-center text-red">提示:点击查看大图,长按保存至手机。</view>
|
|
|
|
|
+ <image class="bg-img" src="{{real_guidance_self_thumb}}" mode="widthFix"></image>
|
|
|
|
|
+ </view>
|
|
|
|
|
+</view>
|
|
|
<view class="footer"></view>
|
|
<view class="footer"></view>
|
|
|
<view class="cu-bar tabbar bg-white foot">
|
|
<view class="cu-bar tabbar bg-white foot">
|
|
|
<view class="action" bind:tap="toIndex">
|
|
<view class="action" bind:tap="toIndex">
|