pc-master #245
@ -126,6 +126,7 @@ export default {
|
||||
}
|
||||
})
|
||||
setTimeout(() => {
|
||||
if(this.topList.length)
|
||||
this.getData(this.topList[0])
|
||||
}, 0);
|
||||
}
|
||||
|
@ -108,6 +108,7 @@ export default {
|
||||
}
|
||||
})
|
||||
setTimeout(() => {
|
||||
if(this.topList.length)
|
||||
this.getData(this.topList[0])
|
||||
}, 0);
|
||||
}
|
||||
|
@ -112,6 +112,7 @@ export default {
|
||||
}
|
||||
})
|
||||
setTimeout(() => {
|
||||
if(this.topList.length)
|
||||
this.getData(this.topList[0])
|
||||
}, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user