Commit a0dc5b1b authored by youjie's avatar youjie

no message

parent 5b17da8b
...@@ -263,10 +263,10 @@ ...@@ -263,10 +263,10 @@
<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-if="dataList.dayList.length<=3&&detailsImageList&&detailsImageList.length==0">
<trip :trip="dataList" @change="changeTripShowHandler"></trip> <trip :trip="dataList" @change="changeTripShowHandler"></trip>
</template> </template>
<template v-if="dataList.dayList.length>3&&!detailsImageList"> <template v-if="dataList.dayList.length>3&&!detailsImageList&&detailsImageList.length==0">
<block :currentHeightDay="currentHeight" :days="days" :tripList="dayList" :isDirect="isDirect" :clickDate="clickDate"></block> <block :currentHeightDay="currentHeight" :days="days" :tripList="dayList" :isDirect="isDirect" :clickDate="clickDate"></block>
</template> </template>
</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