Commit 3ed837dc authored by 黄奎's avatar 黄奎

11

parent 080c0081
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
if (item.ImgCover && item.ImgCover.length > 0) { if (item.ImgCover && item.ImgCover.length > 0) {
imgUrl = item.ImgCover[0].Url; imgUrl = item.ImgCover[0].Url;
} }
var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID,item.TeamType); var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ID, item.TCIDEnStr,item.TeamType);
var obj = { var obj = {
StartDate: item.StartDate, StartDate: item.StartDate,
imgUrl: imgUrl, imgUrl: imgUrl,
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
if (item.flightList && item.flightList.length > 0) { if (item.flightList && item.flightList.length > 0) {
flightStatus = item.flightList[0].FlightState == 1; flightStatus = item.flightList[0].FlightState == 1;
} }
var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID,item.TeamType); var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ID, item.TCIDEnStr,item.TeamType);
var obj = { var obj = {
StartDate: item.StartDate, StartDate: item.StartDate,
TCNUM: item.TCNUM, TCNUM: item.TCNUM,
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
if (item.ImgCover && item.ImgCover.length > 0) { if (item.ImgCover && item.ImgCover.length > 0) {
imgUrl = item.ImgCover[0].Url; imgUrl = item.ImgCover[0].Url;
} }
var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID,item.TeamType); var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ID, item.TCIDEnStr,item.TeamType);
var obj = { var obj = {
StartDate: item.StartDate, StartDate: item.StartDate,
imgUrl: imgUrl, imgUrl: imgUrl,
......
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