调整
This commit is contained in:
parent
03c8bf9af4
commit
52c69011dd
@ -313,8 +313,10 @@ export default {
|
||||
if (this.playerList === undefined || this.playerList.length <= 0) {
|
||||
this.emptytext = 'No data'
|
||||
}
|
||||
this.cursor = response.page.next_cursor
|
||||
this.remaining = response.page.remaining
|
||||
if (response.page !== undefined) {
|
||||
this.cursor = response.page.next_cursor
|
||||
this.remaining = response.page.remaining
|
||||
}
|
||||
this.$message({
|
||||
message: '收到回应',
|
||||
type: 'success',
|
||||
|
Loading…
x
Reference in New Issue
Block a user