Commit b4c413e3 authored by zhengke's avatar zhengke

修改

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