fix: 1. 修复视频播放错误处理及优化播放体验;2.小班查看心得;3. 观看视频返回列表状态更新为已学;

This commit is contained in:
2026-03-10 15:17:56 +08:00
parent 735badd45d
commit 8259195eca
10 changed files with 229 additions and 33 deletions

View File

@@ -60,7 +60,7 @@
<text class="PM_font" style="padding: 20rpx 0; font-size: 40rpx; color: #333">我的见解</text>
<text class="classLink" @click="gotoClass(classList[0])" v-if="classList[0].id">@{{classList[0].title}}</text>
</view>
<view class="rightBtn" @click="showBlank(myAnswer)" v-if="myAnswer.scoreSuccess == 0 && myAnswer.scoreInfo == ''">
<view class="rightBtn" @click="showBlank(myAnswer)" v-if="myAnswer.scoreSuccess == 0 && myAnswer.scoreInfo == '' && classList[0].state == '1'">
<text>修改</text>
</view>
<view class="score" v-if="myAnswer.scoreSuccess == 0 && myAnswer.scoreInfo != ''">

View File

@@ -435,7 +435,7 @@
</view>
<view class="sbmitBox">
<button class="submit" @click="submitSay" type="default">发 布</button>
<button style="background-color: #fff !important; color: ; " @click="sayclose" type="default">取
<button style="background-color: #fff !important;" @click="sayclose" type="default">取
消</button>
</view>
</view>
@@ -653,8 +653,12 @@
// #endif
await this.request()
this.$nextTick(()=>{
this.getData(this.courseId);
this.$nextTick(async ()=>{
await this.getData(this.courseId);
this.chapterList = await this.getChapterList(this.catalogueId);
// if (this.librayList.length > 0 && this.curIndex !== undefined) {
// await this.clicklib(this.librayList[this.curIndex], this.curIndex);
// }
})
},
onUnload() {