|
@@ -626,7 +626,7 @@ export default {
|
|
|
ids.push(item.categoryId)
|
|
|
}
|
|
|
})
|
|
|
- getMoreGoodsList({ categoryIds: ids.join(',') }).then(res => {
|
|
|
+ getMoreGoodsList({ categoryIds: ids.join(','), status: true }).then(res => {
|
|
|
let oldGoodsList = this.goodsList
|
|
|
let newGoodsList = []
|
|
|
res.data.forEach(item => {
|