|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
if (this.goodsLoading || !this.goodsHasMore) return
|
|
|
this.goodsLoading = true
|
|
|
const id = this.activeGoodsNavId === 'all' || this.activeGoodsNavId === '' ? 0 : this.activeGoodsNavId
|
|
|
- getHomeGoods({ id, pageNum: this.goodsPageNum, pageSize: 10 }).then(res => {
|
|
|
+ getHomeGoods({ id, position:2,pageNum: this.goodsPageNum, pageSize: 10 }).then(res => {
|
|
|
this.goodsLoading = false
|
|
|
if (res.code == 200 && res.data) {
|
|
|
const list = Array.isArray(res.data.list) ? res.data.list : []
|