Commit 2d91ee06 authored by youjie's avatar youjie

no message

parent c1fa2ee8
......@@ -370,8 +370,8 @@
</view>
<view class="jz_ReserIn" style="margin: 33rpx 0 18rpx 0">
<!-- {{currentPriceInfo.startCityName}}出发 {{currentPriceInfo.startDate}} -->
送签地:{{ orderData.ProductModel.SendCityName }}
<text style="margin-left: 15rpx;">有效期: {{ orderData.ProductModel.VisaValidity }}</text>
<text v-if="orderData.ProductModel.SendCityName" style="margin-right: 15rpx;">送签地:{{ orderData.ProductModel.SendCityName }} </text>
<text v-if="orderData.ProductModel.VisaValidity">有效期: {{ orderData.ProductModel.VisaValidity }}</text>
</view>
<view class="big-title" v-if="orderData.OrderModel.StartCityName">
<text>{{ orderData.OrderModel.StartCityName }}出发</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment