增加歌曲加载等待时间

pull/392/head
lyswhut 2020-11-28 20:22:58 +08:00
parent 8424a9e4de
commit 99bdf6d173
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ export default {
// console.log('start load timeout')
this.loadingTimeout = setTimeout(() => {
this.handleNext()
}, 10000)
}, 20000)
},
clearLoadingTimeout() {
if (!this.loadingTimeout) return