diff --git a/pages/index/index.vue b/pages/index/index.vue index de86859..581f7f0 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -496,13 +496,13 @@ export default { keywords: this.keywords, page: this.page, limit: this.limit, - status: 1, - order: 'normal', - auth_status: 1 + is_expire: 2, + order: 'hot', + has_shop: 1 } }).then(res => { if (res.code == 1) { - this.count = res.data.list.last_page + this.count = res.data.list.total if (this.hotList.length >= res.data.list.total) { this.loadStatus = 'nomore'; } else {