@@ -284,6 +284,8 @@
console.log('初始化播放首次')
// 设置播放视频
this.initFirstVideo();
+ }).catch(err => {
+ this.goUpPage();
})
}