fix: 1. 修复视频播放错误处理及优化播放体验;2.小班查看心得;3. 观看视频返回列表状态更新为已学;
This commit is contained in:
@@ -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 != ''">
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<view class="container">
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="吴门医述"></z-nav-bar>
|
||||
<z-nav-bar title="吴门医述1111"></z-nav-bar>
|
||||
<!-- <uni-search-bar @confirm="search" :focus="true" v-model="searchValue" @blur="blur" @focus="focus" @input="input"
|
||||
@cancel="cancel" @clear="clear">
|
||||
</uni-search-bar> -->
|
||||
|
||||
@@ -1470,10 +1470,10 @@
|
||||
// 点击作业或者医案,进入详细介绍
|
||||
clickTask(item,index) {
|
||||
// var options = JSON.stringify(item)
|
||||
if(this.thisClass.state != '1'){
|
||||
this.$commonJS.showToast("当前班级状态不可提交");
|
||||
return
|
||||
}
|
||||
// if(this.thisClass.state != '1'){
|
||||
// this.$commonJS.showToast("当前班级状态不可提交");
|
||||
// return
|
||||
// }
|
||||
if (this.tijiaoTitleId == 2) {
|
||||
// 进入的是心得
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user