@@ -419,7 +419,7 @@ export default {
}
// 判断是否有箭冠轮胎产品
- if (productBrand.indexOf('箭冠') >= 0 && productType3.indexOf('轮胎') >= 0) {
+ if (productBrand && productBrand.indexOf('箭冠') >= 0 && productBrand && productType3.indexOf('轮胎') >= 0) {
this.hasJGtire = true
})