Commit de57d95a authored by 罗超's avatar 罗超

1

parent c823dea5
......@@ -557,7 +557,7 @@
</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
style="
display: inline-block;
......@@ -592,7 +592,7 @@
<rich-text :nodes="dataList.feature.feeInclude"></rich-text>
</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
style="
display: inline-block;
......@@ -627,7 +627,7 @@
<rich-text :nodes="dataList.feature.feeNonInclude"></rich-text>
</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
style="
display: inline-block;
......@@ -662,7 +662,7 @@
<rich-text :nodes="dataList.feature.importantTip"></rich-text>
</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
style="
display: inline-block;
......@@ -697,7 +697,7 @@
<rich-text :nodes="dataList.feature.warmTip"></rich-text>
</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
style="
display: inline-block;
......
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