he2802 3 lat temu
rodzic
commit
d1729f3bbe
1 zmienionych plików z 1 dodań i 0 usunięć
  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({