|
@@ -696,7 +696,7 @@ export default {
|
|
|
isAllowSeek: "no",
|
|
|
playbackRate: [1.0],
|
|
|
timer: null,
|
|
|
- answerTimer: null,
|
|
|
+ // answerTimer: null,
|
|
|
goodsPhotographConfig: null,
|
|
|
intervalTimeList: [], // 间隔拍照时长
|
|
|
intervalTimeIndex: 0, //当前处于哪个时间段拍照
|
|
@@ -874,9 +874,9 @@ export default {
|
|
|
this.getGoodsDetail();
|
|
|
this.getAnswerList();
|
|
|
this.studyRecordMenuAllList();
|
|
|
- this.answerTimer = setInterval(() => {
|
|
|
- this.getAnswerList();
|
|
|
- }, 5000);
|
|
|
+ // this.answerTimer = setInterval(() => {
|
|
|
+ // this.getAnswerList();
|
|
|
+ // }, 5000);
|
|
|
let option = this.options
|
|
|
let noteSecond = Number(option.noteSecond);
|
|
|
if (noteSecond > 0) {
|
|
@@ -974,7 +974,7 @@ export default {
|
|
|
// console.log("onUnload");
|
|
|
//移除所有的事件监听器
|
|
|
uni.$off();
|
|
|
- clearInterval(this.answerTimer);
|
|
|
+ // clearInterval(this.answerTimer);
|
|
|
if (this.timer) {
|
|
|
clearInterval(this.timer);
|
|
|
}
|
|
@@ -2224,7 +2224,6 @@ export default {
|
|
|
},
|
|
|
startVideo() {
|
|
|
this.startStatus = true;
|
|
|
- console.log('444444444')
|
|
|
},
|
|
|
getAnswerList() {
|
|
|
let self = this;
|