修改活动和夜校同步
This commit is contained in:
parent
08788f2996
commit
afbee5b7cd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user