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