Commit 0d4fe3a0 authored by zhengke's avatar zhengke

修改

parent cbe9f341
......@@ -561,11 +561,11 @@
<div class="newTripEnglish">Expense</div>
</div>
<div v-if='vshowE' class="newTripExpense">
<div class="newTripleft">费用包含</div>
<div class="newTripleft" style="color:red;">费用包含</div>
<div class="newTripRight">
<div v-html="feature.feeInclude"></div>
</div>
<div class="newTripleft" style="margin: 15px 0 10px 8px;">费用不包含</div>
<div class="newTripleft" style="margin: 15px 0 10px 8px;color:red;">费用不包含</div>
<div class="newTripRight">
<div v-html="feature.feeNonInclude"></div>
</div>
......
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