Commit 25f54dc9 authored by 罗超's avatar 罗超

1

parent 5d9bcd92
...@@ -279,7 +279,13 @@ ...@@ -279,7 +279,13 @@
</view> </view>
<view class="jz_Zhankai" style="display: none">展开全部</view> <view class="jz_Zhankai" style="display: none">展开全部</view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.currentPriceInfo.priceFlight&&dataList.currentPriceInfo.priceFlight.length>0"> <view
class="jz_TripDays"
v-if="
dataList.currentPriceInfo.priceFlight &&
dataList.currentPriceInfo.priceFlight.length > 0
"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -365,7 +371,14 @@ ...@@ -365,7 +371,14 @@
</view> </view>
</view> </view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.tripImageList&&dataList.feature.tripImageList.length>0"> <view
class="jz_TripDays"
v-if="
dataList.feature &&
dataList.feature.tripImageList &&
dataList.feature.tripImageList.length > 0
"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -405,7 +418,10 @@ ...@@ -405,7 +418,10 @@
></image> ></image>
</view> </view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.dayList&&dataList.dayList.length>0"> <view
class="jz_TripDays"
v-if="dataList.dayList && dataList.dayList.length > 0"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -557,7 +573,10 @@ ...@@ -557,7 +573,10 @@
</view> </view>
</view> </view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.feeInclude"> <view
class="jz_TripDays"
v-if="dataList.feature && dataList.feature.feeInclude"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -592,7 +611,10 @@ ...@@ -592,7 +611,10 @@
<rich-text :nodes="dataList.feature.feeInclude"></rich-text> <rich-text :nodes="dataList.feature.feeInclude"></rich-text>
</view> </view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.feeNonIncludeText"> <view
class="jz_TripDays"
v-if="dataList.feature && dataList.feature.feeNonIncludeText"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -627,7 +649,10 @@ ...@@ -627,7 +649,10 @@
<rich-text :nodes="dataList.feature.feeNonInclude"></rich-text> <rich-text :nodes="dataList.feature.feeNonInclude"></rich-text>
</view> </view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.importantTip"> <view
class="jz_TripDays"
v-if="dataList.feature && dataList.feature.importantTip"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -662,7 +687,10 @@ ...@@ -662,7 +687,10 @@
<rich-text :nodes="dataList.feature.importantTip"></rich-text> <rich-text :nodes="dataList.feature.importantTip"></rich-text>
</view> </view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.warmTip"> <view
class="jz_TripDays"
v-if="dataList.feature && dataList.feature.warmTip"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -697,7 +725,10 @@ ...@@ -697,7 +725,10 @@
<rich-text :nodes="dataList.feature.warmTip"></rich-text> <rich-text :nodes="dataList.feature.warmTip"></rich-text>
</view> </view>
</view> </view>
<view class="jz_TripDays" v-if="dataList.feature&&dataList.feature.visaRemark"> <view
class="jz_TripDays"
v-if="dataList.feature && dataList.feature.visaRemark"
>
<span <span
style=" style="
display: inline-block; display: inline-block;
...@@ -890,11 +921,12 @@ ...@@ -890,11 +921,12 @@
<view class="jz_OrderDiv"> <view class="jz_OrderDiv">
<view style="color: #ff3166; font-weight: bold"> <view style="color: #ff3166; font-weight: bold">
<text style="font-size: 22rpx">¥</text> <text style="font-size: 22rpx">¥</text>
<text style="font-size: 40rpx" <!-- 原b2b -->
>{{ $utils.getretailer() == true <text style="font-size: 40rpx">{{
<!-- b2b --> $utils.getretailer() == true
? currentPrice.b2CPrice : currentPrice.b2CPrice }}</text ? currentPrice.b2CPrice
> : currentPrice.b2CPrice
}}</text>
<text style="font-size: 22rpx">/起</text> <text style="font-size: 22rpx">/起</text>
</view> </view>
<view style="display: flex; align-items: center"> <view style="display: flex; align-items: center">
...@@ -908,13 +940,11 @@ ...@@ -908,13 +940,11 @@
<view style="color: #111111; font-size: 22rpx">客服</view> <view style="color: #111111; font-size: 22rpx">客服</view>
</button> </button>
<!-- #endif --> <!-- #endif -->
<view <view class="jz_OrderNow disable" v-if="currentPrice.remainNum <= 0"
class="jz_OrderNow" >已售罄</view
@click="openOrderPreview" >
:class="{ disable: finishFirstLoad && !canCreateOrder }" <view class="jz_OrderNow" @click="openOrderPreview" v-else
>{{ >立即预定</view
finishFirstLoad && !canCreateOrder ? "已售罄" : "立即预定"
}}</view
> >
</view> </view>
</view> </view>
...@@ -1321,7 +1351,6 @@ export default { ...@@ -1321,7 +1351,6 @@ export default {
this.delMsg.tcid, this.delMsg.tcid,
}); });
}, },
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
//分享朋友圈 //分享朋友圈
onShareTimeline() { onShareTimeline() {
......
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