筛选重点单品排除已展示的重点单品
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.storeKeyGoods = res.data
|
||||
this.$set(this.$storeBoard, 'storeKeyGoods', res.data)
|
||||
this.$set(this.$storeBoard, 'storeKeyGoods', res.data.filter(e => !/(104|108|109)/.test(e.goodsCategoryId)))
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user