Commit d8627444 authored by youjie's avatar youjie

no message

parent 2703a404
......@@ -287,6 +287,7 @@
{{ item.Name }}
</view>
</view>
<view style="line-height: 50rpx;">
<view class="PX30" id="title1">
<view class="PY20 row items-center">
<view class="itiner-left-line">&nbsp;</view>
......@@ -388,15 +389,16 @@
</view>
<view class="PB20">
<view class="fz26 color666">
<rich-text :nodes="dataList.feature.feeInclude" class="richText"></rich-text>
<rich-text :nodes="dataList.feature.feeInclude?dataList.feature.feeInclude:'暂无'" class="richText"></rich-text>
</view>
</view>
<view class="PB20">
<text class="itiner-feiyong">费用不包</text>
<text class="itiner-feiyong">费用不</text>
</view>
<view class="PB20">
<view class="fz26 color666">
<rich-text :nodes="dataList.feature.feeNonInclude" class="richText"></rich-text>
<rich-text :nodes="dataList.feature.feeNonInclude?dataList.feature.feeNonInclude:'暂无'" class="richText"></rich-text>
</view>
</view>
</view>
......@@ -410,17 +412,38 @@
</view>
<view class="PB20">
<view class="fz26">
<rich-text :nodes="dataList.feature.importantTip" class="richText"></rich-text>
<rich-text :nodes="dataList.feature.importantTipText?dataList.feature.importantTipText:'暂无'" class="richText"></rich-text>
</view>
</view>
<view class="PB20">
<text class="itiner-tisp colorF99710 fontBold">温馨提示</text>
</view>
<view class="PB20">
<view class="fz26">
<rich-text :nodes="dataList.feature.warmTip?dataList.feature.warmTip:'暂无'" class="richText"></rich-text>
</view>
</view>
<template v-if="dataList.feature.b2BRemarkText">
<view class="PB20">
<text class="itiner-tisp colorF99710 fontBold">同行备注</text>
</view>
<view class="PB20">
<view class="fz26">
<rich-text :nodes="dataList.feature.b2BRemarkText?dataList.feature.b2BRemarkText:'暂无'" class="richText"></rich-text>
</view>
</view>
</template>
<template v-if="dataList.feature.shopRemarkText">
<view class="PB20">
<text class="itiner-tisp">温馨提示</text>
<text class="itiner-tisp colorF99710 fontBold">购物店</text>
</view>
<view class="PB20">
<view class="fz26">
<rich-text :nodes="dataList.feature.warmTip" class="richText"></rich-text>
<rich-text :nodes="dataList.feature.shopRemarkText?dataList.feature.shopRemarkText:'暂无'" class="richText"></rich-text>
</view>
</view>
</template>
</view>
</view>
</view>
</scroll-view>
......
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