chenxiong hace 3 años
padre
commit
a61da5c742
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages3/polyv/detail.vue

+ 1 - 1
pages3/polyv/detail.vue

@@ -1360,7 +1360,7 @@ export default {
 					for(let i=0;i<this.photoList.length;i++){
 						photoTime = Number(this.photoList[i]); //获取拍照秒数
 						if (photoTime < this.playTime&&photoTime>this.playTime-8) { //3秒区间内才触发拍照,避免拉动滚动条
-							if(this.photoHistoryList.indexOf(i)<0 && (this.sectionItem.rebuild > 0 || this.sectionItem.learning == 0)){ //不存在拍照历史则拍照
+							if(this.photoHistoryList.indexOf(i)<0 && (this.sectionItem.rebuild == null || this.sectionItem.learning == 0)){ //不存在拍照历史,没有重修过,没有学过,则拍照
 								//启动拍照
 								//暂停
 								polyvPlayerContext.exitFullScreen();