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