Commit e0dd0762 authored by 黄奎's avatar 黄奎

页面修改

parent fea5fce4
...@@ -1412,12 +1412,13 @@ export default { ...@@ -1412,12 +1412,13 @@ export default {
}; };
document.addEventListener(visibilityChangeEvent, onVisibilityChange); document.addEventListener(visibilityChangeEvent, onVisibilityChange);
// console.log('initIM',this.firstMenuList.indexOf('IM')) // console.log('initIM',this.firstMenuList.indexOf('IM'))
if(!localStorage.menu) if(!localStorage.menu){
this.$store.dispatch("connect"); //this.$store.dispatch("connect");
else{ let aaa=0
}else{
this.firstMenuList=JSON.parse(localStorage.menu) this.firstMenuList=JSON.parse(localStorage.menu)
if(this.firstMenuList.indexOf('IM')!=-1){ if(this.firstMenuList.indexOf('IM')!=-1){
this.$store.dispatch("connect"); //this.$store.dispatch("connect");
} }
} }
this.userInfo = this.getLocalStorage(); this.userInfo = this.getLocalStorage();
......
...@@ -407,7 +407,7 @@ ...@@ -407,7 +407,7 @@
} }
basicData.TeamType = this.TeamType; basicData.TeamType = this.TeamType;
basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel; basicData.IsUpdateHotel = this.PostConfig.IsUpdateHotel;
console.log("basicdata",basicData);
this.apipost( this.apipost(
"travel_post_SetTravelConfigInfo", "travel_post_SetTravelConfigInfo",
basicData, basicData,
...@@ -732,6 +732,7 @@ ...@@ -732,6 +732,7 @@
this.journeyList.ReturnArriveCityId = tempData.ReturnArriveCityId; this.journeyList.ReturnArriveCityId = tempData.ReturnArriveCityId;
this.journeyList.StartCityId = tempData.StartCityId; this.journeyList.StartCityId = tempData.StartCityId;
this.journeyList.DayList = tempData.DayList; this.journeyList.DayList = tempData.DayList;
console.log("tempData.DayList",tempData.DayList);
this.journeyList.DayList.forEach(x => { this.journeyList.DayList.forEach(x => {
x["HotelChooseArray"] = []; x["HotelChooseArray"] = [];
x["ChooseScenicArray"] = []; x["ChooseScenicArray"] = [];
......
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