Commit 6166a080 authored by zhengke's avatar zhengke

修改

parent 1bb280be
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
<div class="newtripList" v-for="(item,index) in tripList" :key="index"> <div class="newtripList" v-for="(item,index) in tripList" :key="index">
<div class="newTripFly">DAY {{item.dayNum}}</div> <div class="newTripFly">DAY {{item.dayNum}}</div>
<div class="newTripDateTime">{{item.dateTime}}</div> <div class="newTripDateTime">{{item.dateTime}}</div>
<div class="newTripFly newTripKuang"> <div class="newTripFly" v-if="item.title" :class="getTitle(item.title)!=''?'newTripKuang':''">
{{getTitle(item.title)}} {{getTitle(item.title)}}
</div> </div>
<div class="newTripDay" style="margin-bottom:0;" v-for="(subItem,subIndex) in item.details" :key="subIndex"> <div class="newTripDay" style="margin-bottom:0;" v-for="(subItem,subIndex) in item.details" :key="subIndex">
...@@ -502,9 +502,9 @@ ...@@ -502,9 +502,9 @@
<div v-html="feature.shopRemark"></div> <div v-html="feature.shopRemark"></div>
</div> </div>
</div> </div>
<div class="expense" v-if="dataList.shopList && dataList.shopList.length>0&&vshowF"> <div class="newTripExpense" v-if="dataList.shopList && dataList.shopList.length>0&&vshowF">
<div class="left">购物安排</div> <div class="newTripleft">购物安排</div>
<div class="right"> <div class="newTripRight">
<table class="expense-table autowidth" cellspacing=0 cellpadding=0> <table class="expense-table autowidth" cellspacing=0 cellpadding=0>
<thead> <thead>
<th>城市</th> <th>城市</th>
......
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