Commit 5face71a authored by 黄奎's avatar 黄奎

11

parent c296f7c3
...@@ -852,7 +852,7 @@ var tripUtils = { ...@@ -852,7 +852,7 @@ var tripUtils = {
var url = ""; var url = "";
if (B2BDomain) { if (B2BDomain) {
url = "http://" + B2BDomain + "/#/detailsProduct/" + url = "http://" + B2BDomain + "/#/detailsProduct/" +
tcid + tcid+
"/" + "/" +
ConfigId+ ConfigId+
"/"+teamType; "/"+teamType;
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,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.GetB2BUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID); 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,
......
...@@ -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.GetB2BUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID); var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID,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.GetB2BUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID); var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID,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.GetB2BUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID); var LinkUrl = this.$tripUtils.GetB2CHomeSeriesUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID,item.TeamType);
var obj = { var obj = {
StartDate: item.StartDate, StartDate: item.StartDate,
imgUrl: imgUrl, imgUrl: imgUrl,
......
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,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.GetB2BUrl(this.getLocalStorage().B2BDomain, item.ConfigId, item.TCID); 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