|
@@ -856,8 +856,8 @@ export default {
|
|
|
productLabel = this.product.bigTypeName
|
|
|
}
|
|
|
//设置统计数据标签
|
|
|
- if(this.product.tags){
|
|
|
- uni.setStorageSync('productLabel',this.product.tags)
|
|
|
+ if(this.product.relatedLabels){
|
|
|
+ uni.setStorageSync('productLabel',this.product.relatedLabels)
|
|
|
}else{
|
|
|
uni.setStorageSync('productLabel',`${productLabel}-${this.product.brandName ? this.product.brandName : ''}`)
|
|
|
}
|