Commit f045c574 authored by 黄奎's avatar 黄奎

页面修改

parent 92839478
...@@ -847,13 +847,14 @@ var tripUtils = { ...@@ -847,13 +847,14 @@ var tripUtils = {
return url; return url;
}, },
// b2c首页系列url // b2c首页系列url
GetB2CHomeSeriesUrl(B2BDomain, ConfigId, tcid) { GetB2CHomeSeriesUrl(B2BDomain, ConfigId, tcid,teamType) {
var url = ""; var url = "";
if (B2BDomain) { if (B2BDomain) {
url = "http://" + B2BDomain + "/#/detailsProduct/" + url = "http://" + B2BDomain + "/#/detailsProduct/" +
tcid + tcid +
"/" + "/" +
ConfigId; ConfigId+
"/"+teamType;
} }
return url; return url;
}, },
......
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
if (item.ProductRecommend && item.ProductRecommend != '') { if (item.ProductRecommend && item.ProductRecommend != '') {
obj.MenuSubName = item.ProductRecommend; obj.MenuSubName = item.ProductRecommend;
} }
obj.MenuUrl = this.$tripUtils.GetB2CHomeSeriesUrl(domainUrl, item.ID, item.TCIDEnStr); obj.MenuUrl = this.$tripUtils.GetB2CHomeSeriesUrl(domainUrl, item.ID, item.TCIDEnStr,item.TeamType);
if (item.ImgCover && item.ImgCover.length > 0) { if (item.ImgCover && item.ImgCover.length > 0) {
obj.ImgUrl = item.ImgCover[0].Url; obj.ImgUrl = item.ImgCover[0].Url;
} }
......
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