修改活动和夜校同步

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,
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 {