|
@@ -385,18 +385,18 @@ export default {
|
|
|
let self = this;
|
|
|
if (!(this.playSectionId > 0)) {
|
|
|
this.$u.toast('目前无播放视频');
|
|
|
- retun;
|
|
|
+ return;
|
|
|
}
|
|
|
if (!this.noteValue) {
|
|
|
this.$u.toast('请输入内容');
|
|
|
- retun;
|
|
|
+ return;
|
|
|
}
|
|
|
var polyvPlayerContext = this.selectComponent('#playerVideo');
|
|
|
let noteDate = this.$method.getZeroTime();
|
|
|
let noteSecond = polyvPlayerContext.getCurrentTime();
|
|
|
if (!noteSecond) {
|
|
|
this.$u.toast('视频暂未开始');
|
|
|
- retun;
|
|
|
+ return;
|
|
|
}
|
|
|
let data = {
|
|
|
gradeId: this.gradeId,
|