Commit b4c413e3 authored by zhengke's avatar zhengke

修改

parent c77641bb
......@@ -1151,7 +1151,7 @@
goB2B (ConfigId, tcid) {
var B2BDomain = this.CurrentUserInfo.B2BDomain
window.open(
'http://www.oytour.com/#/detailTwo/' +
'http://www.oytour.com/#/OneDayDetailTwo/' +
encodeURIComponent(ConfigId) + '/' + tcid +
'/preview',
'_blank'
......
......@@ -767,11 +767,7 @@
this.journeyList.NightNum = tempData.NightNum;
this.journeyList.ReturnArriveCityId = tempData.ReturnArriveCityId;
this.journeyList.StartCityId = tempData.StartCityId;
if (this.TeamType == 1) {
this.journeyList.DayList = tempData.DayList2;
} else {
this.journeyList.DayList = tempData.DayList;
}
this.journeyList.DayList.forEach(x => {
x["HotelChooseArray"] = [];
x["ChooseScenicArray"] = [];
......
......@@ -574,7 +574,7 @@
},
firstLoadConfigInfo() {
var routeName = this.$route.name
this.TeamType = 1
this.TeamType = 2
let configId = this.$route.query.configId
this.modifyTcid = this.$route.query.tcid
this.TCNUM = this.$route.query.TCNUM
......@@ -599,7 +599,6 @@
res => {
if (res.data.resultCode == 1) {
var tempData = res.data.data
if (tempData.Feature != null) {
this.FeatureData.ID = tempData.Feature.ID
this.FeatureData.ConfigId = tempData.Feature.ConfigId
......@@ -686,7 +685,7 @@
this.journeyList.NightNum = tempData.NightNum
this.journeyList.ReturnArriveCityId = tempData.ReturnArriveCityId
this.journeyList.StartCityId = tempData.StartCityId
this.journeyList.DayList = tempData.DayList;
this.journeyList.DayList = tempData.DayList2;
this.PostDaysTrip.TrafficList = [];
if (tempData.DayList2&& tempData.DayList2.length>0) {
......
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