Commit 607ea922 authored by 黄奎's avatar 黄奎

页面修改

parent d01ccfe7
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{{$t('sm.xianluxingcheng')}} {{$t('sm.xianluxingcheng')}}
</div> </div>
<div class="TravelLine" v-if="TeamType!=3"></div> <div class="TravelLine" v-if="TeamType!=3"></div>
<div class="TravelNavList" v-if="TeamType!=3" :class="{'TravelCked':ckedNav==3}" <div class="TravelNavList" v-if="(TeamType!=3&&CurrentUserInfo.IsOpenTripFeature==1)" :class="{'TravelCked':ckedNav==3}"
@click.prevent="custormAnchor('thirdAnchor',3)"> @click.prevent="custormAnchor('thirdAnchor',3)">
{{$t('sm.chanpintese')}} {{$t('sm.chanpintese')}}
</div> </div>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
:subConfig="journeyList" :isOpenGroup="false" :IsDirect="PostConfig.IsDirect" v-bind:AllCityList="AllCityList" :subConfig="journeyList" :isOpenGroup="false" :IsDirect="PostConfig.IsDirect" v-bind:AllCityList="AllCityList"
v-bind:StartCity="StartCity" :UseTypeArray="UseTypeArray" :AirPickUp="AirPickUp" :AirSend="AirSend" v-bind:StartCity="StartCity" :UseTypeArray="UseTypeArray" :AirPickUp="AirPickUp" :AirSend="AirSend"
@change="handlerChangeData" :TeamType="TeamType" :IsOpenHotel="PostConfig.IsOpenHotel"></TravelDaysTripDirect> @change="handlerChangeData" :TeamType="TeamType" :IsOpenHotel="PostConfig.IsOpenHotel"></TravelDaysTripDirect>
<TravelFeature :class="{'showOther':TeamType==3}" ref="TravelFeature" id="thirdAnchor" <TravelFeature v-if="CurrentUserInfo.IsOpenTripFeature==1" :class="{'showOther':(TeamType==3)}" ref="TravelFeature" id="thirdAnchor"
@featureCallBack="getFeature" :FeatureData="FeatureData" :TeamType="TeamType" :isNewConfig="isNewConfig" @featureCallBack="getFeature" :FeatureData="FeatureData" :TeamType="TeamType" :isNewConfig="isNewConfig"
@unlockFormCommit="unlockFormCommit"></TravelFeature> @unlockFormCommit="unlockFormCommit"></TravelFeature>
<TravelNotice :class="{'showOther':TeamType==3}" ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice" <TravelNotice :class="{'showOther':TeamType==3}" ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice"
...@@ -96,6 +96,8 @@ ...@@ -96,6 +96,8 @@
}, },
data() { data() {
return { return {
//当前登录用户信息
CurrentUserInfo: {},
IsShowBtn: false, //是否显示按钮 IsShowBtn: false, //是否显示按钮
ConfigId: 0, //地址栏查询参数 ConfigId: 0, //地址栏查询参数
IsHaveOffer: 0, //是否有报价单 IsHaveOffer: 0, //是否有报价单
...@@ -858,6 +860,8 @@ ...@@ -858,6 +860,8 @@
}, },
}, },
mounted() { mounted() {
this.CurrentUserInfo = this.getLocalStorage();;
console.log("this.CurrentUserInfo",this.CurrentUserInfo);
this.ScrollMethod(); this.ScrollMethod();
}, },
created() { created() {
......
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