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

11

parent c296f7c3
......@@ -852,7 +852,7 @@ var tripUtils = {
var url = "";
if (B2BDomain) {
url = "http://" + B2BDomain + "/#/detailsProduct/" +
tcid +
tcid+
"/" +
ConfigId+
"/"+teamType;
......
......@@ -234,7 +234,7 @@
if (item.ImgCover && item.ImgCover.length > 0) {
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 = {
StartDate: item.StartDate,
imgUrl: imgUrl,
......
......@@ -138,7 +138,7 @@
if (item.ImgCover && item.ImgCover.length > 0) {
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 = {
StartDate: item.StartDate,
imgUrl: imgUrl,
......
......@@ -95,7 +95,7 @@
if (item.flightList && item.flightList.length > 0) {
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 = {
StartDate: item.StartDate,
TCNUM: item.TCNUM,
......
......@@ -137,7 +137,7 @@
if (item.ImgCover && item.ImgCover.length > 0) {
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 = {
StartDate: item.StartDate,
imgUrl: imgUrl,
......
......@@ -284,7 +284,7 @@
if (item.ImgCover && item.ImgCover.length > 0) {
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 = {
StartDate: item.StartDate,
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