|
@@ -742,7 +742,7 @@ export default {
|
|
|
return productTypeMap[item.productType] === productTypeMap[this.productType] || item._code === this.productType
|
|
|
})
|
|
|
if (currentProductTypeList.length > 0) {
|
|
|
- const vipExistList = currentProductTypeList.filter(item => item.vipExist)
|
|
|
+ const vipExistList = currentProductTypeList.map(item => item.vipExist)
|
|
|
vipExist = vipExistList.includes(true)
|
|
|
}
|
|
|
opt2 = vipExist ? currentProductTypeList : opt
|