增加歌曲加载等待时间
parent
8424a9e4de
commit
99bdf6d173
|
@ -801,7 +801,7 @@ export default {
|
|||
// console.log('start load timeout')
|
||||
this.loadingTimeout = setTimeout(() => {
|
||||
this.handleNext()
|
||||
}, 10000)
|
||||
}, 20000)
|
||||
},
|
||||
clearLoadingTimeout() {
|
||||
if (!this.loadingTimeout) return
|
||||
|
|
Loading…
Reference in New Issue