|
@@ -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 == null || this.sectionItem.learning == 0)){ //不存在拍照历史,没有重修过,没有学过,则拍照
|
|
|
+ if(this.photoHistoryList.indexOf(i)<0 && this.sectionItem.learning != 1)){ //不存在拍照历史,没有重修过,没有学过,则拍照
|
|
|
//启动拍照
|
|
|
//暂停
|
|
|
polyvPlayerContext.exitFullScreen();
|