Commit 8109f902 authored by zhengke's avatar zhengke

修改

parent 28e8b3ce
......@@ -807,6 +807,9 @@
.pageViewTrip .active {
color: #00A4A8 !important;
}
.slideHeader .cities i:last-child{
display: none;
}
</style>
<template>
<div class="pageViewTrip" v-if="isShow">
......@@ -1002,7 +1005,7 @@
<div class="articleCont articleTxt">
<p>今日推荐:</p>
<template v-for="(subItem,subIndex) in item.dayArray" v-if="subItem.type==7">
<p :key="subIndex">{{subItem.childItem.title}}}</p>
<p :key="subIndex">{{subItem.childItem.title}}</p>
</template>
</div>
<div class="agendaSection">
......
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