Commit 48649a9e authored by youjie's avatar youjie

no message

parent e74efecb
...@@ -506,17 +506,19 @@ ...@@ -506,17 +506,19 @@
:id="`days_${i}`"> :id="`days_${i}`">
<div class="tripImages-footer" v-if="!dataList.tripColor" style="padding: 20px 0;"> <div class="tripImages-footer" v-if="!dataList.tripColor" style="padding: 20px 0;">
</div> </div>
<img v-if="dataList.tripColor" class="block" :src="x.header" width="100%"> <img v-if="dataList.teamType!=2" class="block" :src="x.header" width="100%">
<img class="block" :src="x.page" style="width: 100%"> <img class="block" :src="x.page" style="width: 100%">
<div class="tripImages-footer"> <div class="tripImages-footer">
<img v-if="dataList.tripColor" class="block" :src="x.footer" style="width: 100%"> <img v-if="dataList.tripColor" class="block" :src="x.footer" style="width: 100%">
</div> </div>
</div> </div>
<template v-if="dataList.dayList.length<=3&&!detailsImageList"> <template v-else>
<trip :trip="dataList" @change="changeTripShowHandler"></trip> <template v-if="dataList.dayList.length<=3">
</template> <trip :trip="dataList" @change="changeTripShowHandler"></trip>
<template v-if="dataList.dayList.length>3&&!detailsImageList"> </template>
<block :currentHeightDay="currentHeight" :days="days" :tripList="dayList" :isDirect="isDirect" :clickDate="clickDate"></block> <template v-if="dataList.dayList.length>3">
<block :currentHeightDay="currentHeight" :days="days" :tripList="dayList" :isDirect="isDirect" :clickDate="clickDate"></block>
</template>
</template> </template>
<!-- <!--
<template <template
...@@ -845,7 +847,7 @@ export default { ...@@ -845,7 +847,7 @@ export default {
console.log('----异常') console.log('----异常')
} }
setTimeout(()=>{ setTimeout(()=>{
this.getTopNum(JSON.stringify(this.days)) this.getTopNum(JSON.stringify(this.daysClass))
},1000) },1000)
}) })
this.$forceUpdate() this.$forceUpdate()
......
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