|
@@ -200,8 +200,8 @@ var productDetail = new Vue({
|
|
|
$pageLabel = product.bigTypeName
|
|
|
}
|
|
|
// 设置统计商品详情标签
|
|
|
- if(product.tags){
|
|
|
- _self.cmSysParams.pageLabel = product.tags;
|
|
|
+ if(product.relatedLabels){
|
|
|
+ _self.cmSysParams.pageLabel = product.relatedLabels;
|
|
|
}else{
|
|
|
_self.cmSysParams.pageLabel = `${$pageLabel}-${product.brandName?product.brandName:''}`;
|
|
|
}
|