|
|
@ -171,7 +171,7 @@ |
|
|
|
</view> |
|
|
|
<view |
|
|
|
@click="openLocation(info.order_child[0].extract.lat,info.order_child[0].extract.lon)"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/yandu/images/order/navigation.png" |
|
|
|
<image src="https://static.ticket.sz-trip.com/yandu/images/order/navigations.png" |
|
|
|
mode=""></image> |
|
|
|
导航 |
|
|
|
</view> |
|
|
@ -184,7 +184,7 @@ |
|
|
|
<view v-if="info.order_child[0].goods_genre == 'food'"> |
|
|
|
<view class="pgoods-detail"> |
|
|
|
购买信息 |
|
|
|
<view class="pgoods-product"> |
|
|
|
<view class="pgoods-product" style="border-bottom: none;"> |
|
|
|
<image :src="showImg(foodInfo.image)" mode="aspectFill" class="product-img"></image> |
|
|
|
<view class="product-content flex-column"> |
|
|
|
<view class="product-title">{{foodInfo.title}}</view> |
|
|
@ -197,6 +197,10 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="food-name flex-between"> |
|
|
|
{{info.order_child[0].contact_name}} |
|
|
|
<span>{{info.order_child[0].phone}}</span> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 商品价格 --> |
|
|
|
<view class="public-price"> |
|
|
@ -273,13 +277,13 @@ |
|
|
|
|
|
|
|
<view class="flex-between" style="margin-top: 30rpx;"> |
|
|
|
<view class="hotel-address flex-between"> |
|
|
|
<view class="address text-overflowRows">地址地址地址地址地址地址地址地 址地址地址地址地址地址</view> |
|
|
|
<view class="address-image"> |
|
|
|
<view class="address text-overflowRows">{{info.order_child[0].scenic_data.address}}</view> |
|
|
|
<view class="address-image" @click="openLocation(info.order_child[0].scenic_data.lat,info.order_child[0].scenic_data.lon)"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/yandu/images/order/navigation.png"></image> |
|
|
|
<view>地图</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="hotel-phone flex-center"> |
|
|
|
<view class="hotel-phone flex-center" @click="clickPhone(info.order_child[0].scenic_data.tel)"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/yandu/images/order/hotelPhone.png"></image> |
|
|
|
<view>电话</view> |
|
|
|
</view> |
|
|
@ -1010,6 +1014,13 @@ |
|
|
|
} |
|
|
|
|
|
|
|
// 美食 |
|
|
|
.food-name { |
|
|
|
font-weight: bold; |
|
|
|
font-size: 31rpx; |
|
|
|
color: #000000; |
|
|
|
margin-bottom: 40rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.shop-detail { |
|
|
|
width: 697rpx; |
|
|
|
height: auto; |
|
|
|