Commit 7b768be0 authored by 华国豪's avatar 华国豪 🙄

‘行程特色1显示 增加显示判断’

parent f055f410
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
<span class="foldList" @click="fold" v-if="isFold==''">点击折叠</span> <span class="foldList" @click="fold" v-if="isFold==''">点击折叠</span>
<span class="foldList" @click="fold" v-if="isFold==1">点击展开</span> <span class="foldList" @click="fold" v-if="isFold==1">点击展开</span>
<div class="TrfList clearfix"> <div class="TrfList clearfix">
<div class="TFslide" v-for="item in TypeArray" :class="{'TFcked':item.isShow}" @click="clickFeature(item)" <!-- v-if="item.TypeState === 4 && this.FeatureData.FeatureType!==4" -->
<div class="TFslide" v-for="item in TypeArray" :class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}" @click="clickFeature(item)"
:key="item.subCode"> :key="item.subCode">
<img v-bind:src="item.imgUrl"> <img v-bind:src="item.imgUrl">
<div>{{item.ckTitle}}</div> <div>{{item.ckTitle}}</div>
...@@ -609,7 +610,7 @@ ...@@ -609,7 +610,7 @@
url("../../../assets/webfont/FZDBSJW.ttf") format("truetype"), url("../../../assets/webfont/FZDBSJW.ttf") format("truetype"),
url("../../../assets/webfont/FZDBSJW.svg") format("svg"); url("../../../assets/webfont/FZDBSJW.svg") format("svg");
} }
.TravelFeature .display_none{display: none !important;}
.travelSpecial { .travelSpecial {
box-sizing: border-box; box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
......
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