fix: 1. 修复视频播放错误处理及优化播放体验;2.小班查看心得;3. 观看视频返回列表状态更新为已学;
This commit is contained in:
@@ -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