|
@@ -2593,7 +2593,7 @@ export default {
|
|
|
}
|
|
|
// #endif
|
|
|
|
|
|
- this.recordObj = { videoCurrentTime: item.noteSecond};
|
|
|
+ this.recordObj = { videoCurrentTime: item.noteSecond };
|
|
|
if (this.recordObj.videoCurrentTime) {
|
|
|
this.needSeek = true; //需要跳转到播放记录
|
|
|
}
|
|
@@ -2645,8 +2645,8 @@ export default {
|
|
|
orderGoodsId: this.orderGoodsId,
|
|
|
};
|
|
|
this.$api.recordLast(data).then((res) => {
|
|
|
- if(res.data.data.videoCurrentTime>3){
|
|
|
- res.data.data.videoCurrentTime-=3
|
|
|
+ if (res.data.data.videoCurrentTime > 3) {
|
|
|
+ res.data.data.videoCurrentTime -= 3;
|
|
|
}
|
|
|
resolve(res.data.data);
|
|
|
});
|
|
@@ -4051,6 +4051,7 @@ export default {
|
|
|
content:
|
|
|
"课程学习需要开启摄像头进行拍照,经检测您的设备无摄像头可使用,请检测环境是否支持。",
|
|
|
cancelText: "取消",
|
|
|
+ showCancel: false,
|
|
|
confirmText: "确定",
|
|
|
success: (res) => {
|
|
|
if (res.confirm) {
|