Commit 48649a9e authored by youjie's avatar youjie

no message

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