From afbee5b7cd1212f14195540b3e8197f535b3ec75 Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Wed, 21 May 2025 17:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B4=BB=E5=8A=A8=E5=92=8C?= =?UTF-8?q?=E5=A4=9C=E6=A0=A1=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {