Commit e0dd0762 authored by 黄奎's avatar 黄奎

页面修改

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