Browse Source

全局事件

he2802 3 years ago
parent
commit
d1729f3bbe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages2/course/detail.vue

+ 1 - 0
pages2/course/detail.vue

@@ -182,6 +182,7 @@ export default {
 					let PlayCurrentTime = polyvPlayerContext.getCurrentTime();
 					if(PlayCurrentTime>=this.listenSecond){
 						polyvPlayerContext.stop();
+						polyvPlayerContext.exitFullScreen();
 						clearInterval(this.timer);
 						this.timer = null
 						uni.showModal({