Commit 0643d707 authored by 黄奎's avatar 黄奎

页面修改

parent b580d86c
......@@ -215,7 +215,7 @@
WCityId: 0, //城市编号
TripColor: "", //行程特色主色
TripCountryList: [], //行程国家
TripCitwlist: [], //行程城市
TripCityList: [], //行程城市
TripMapList: [],
},
//行程
......@@ -421,6 +421,8 @@
basicData.TeamType = this.PostConfig.TeamType;
basicData.TripMapList = this.PostConfig.TripMapList;
basicData.TripCountryList=this.PostConfig.TripCountryList;
basicData.TripCityList=this.PostConfig.TripCityList;
basicData.StartCityId = 0;
basicData.ReturnArriveCityId = 0;
if (this.PostDaysTrip) {
......@@ -452,9 +454,6 @@
basicData.WCountryId = this.PostConfig.WCountryId;
basicData.WLocationId = this.PostConfig.WLocationId;
basicData.WCityId = this.PostConfig.WCityId;
basicData.TripCountryList = this.PostDaysTrip.TripCountryList;
basicData.TripCitwlist = this.PostDaysTrip.TripCitwlist;
this.journeyList.IsUpdateTrip = this.PostDaysTrip.IsUpdateTrip;
//行程特色数据
var TripFeature = {};
......@@ -877,7 +876,7 @@
this.PostConfig.WLocationId = tempData.WLocationId;
this.PostConfig.WCityId = tempData.WCityId;
this.PostConfig.TripCountryList = tempData.TripCountryList;
this.PostConfig.TripCitwlist = tempData.TripCitwlist;
this.PostConfig.TripCityList = tempData.TripCityList;
this.PostConfig.TripMapList = tempData.TripMapList;
this.PostConfig.MapUrl = tempData.MapUrl;
let arrList = function (list) {
......
......@@ -65,15 +65,15 @@
return {
canEdit: true,
pageList: [{
pageTitle: '首页',
pageType: 2,
pageTitle: '介绍',
pageType: 1,
pageTemplate: 0,
isDeletePage: true,
dataObj: {},
},
{
pageTitle: '介绍',
pageType: 1,
pageTitle: '首页',
pageType: 2,
pageTemplate: 0,
isDeletePage: true,
dataObj: {},
......
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