|
@@ -19,7 +19,7 @@ const cmSrsMixins = {
|
|
|
handleShopId: 0,
|
|
|
handleProsKey: '',
|
|
|
handleShopKey: '',
|
|
|
- productIds: [7247, 7248], //Ross 商品ID集合
|
|
|
+ productIdList: [7247, 7248], //Ross 商品ID集合
|
|
|
shopIds: [1378], // Ross 供应商Id
|
|
|
keyWords: ['Binary Premium', '智能体疗管理系统', '448k', '肌肉重塑疗法', '西班牙ROSS', 'ROSS', '智能体疗', '西班牙Ross', 'Ross',
|
|
|
'西班牙ross', 'ross',
|
|
@@ -31,7 +31,7 @@ const cmSrsMixins = {
|
|
|
},
|
|
|
methods: {
|
|
|
checkedIsRossSet() {
|
|
|
- if (this.productIds.includes(this.handleProsId * 1) ||
|
|
|
+ if (this.productIdList.includes(this.handleProsId * 1) ||
|
|
|
this.shopIds.includes(this.handleShopId * 1) ||
|
|
|
this.keyWords.includes(this.handleProsKey) ||
|
|
|
this.shopKeyWords.includes(this.handleShopKey)
|