修改活动和夜校同步

This commit is contained in:
张凯 2025-05-21 17:41:21 +08:00
parent 08788f2996
commit afbee5b7cd

View File

@ -496,13 +496,13 @@ export default {
keywords: this.keywords, keywords: this.keywords,
page: this.page, page: this.page,
limit: this.limit, limit: this.limit,
status: 1, is_expire: 2,
order: 'normal', order: 'hot',
auth_status: 1 has_shop: 1
} }
}).then(res => { }).then(res => {
if (res.code == 1) { 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) { if (this.hotList.length >= res.data.list.total) {
this.loadStatus = 'nomore'; this.loadStatus = 'nomore';
} else { } else {