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