合并后

This commit is contained in:
@fawn-nine
2024-10-16 17:21:24 +08:00
9 changed files with 46 additions and 51 deletions

View File

@@ -72,7 +72,7 @@
v-if="course.canzk == '1' && librayList[curIndex] && (!classInfo.id || classInfo.state == '2' || selfStudyCertificate.length >= 0)">
<view style="padding: 20rpx;"
v-if="selfStudyCertificate.length > 0 || selfStudyCertificate.length == 0 && (!classInfo.id || classInfo.state == '2')">
v-if="selfStudyCertificate.length > 0 || selfStudyPaperList.length > 0 || selfStudyCertificate.length == 0 && (!classInfo.id || classInfo.state == '2')">
<view class="">
<view class="" style="line-height: 40rpx; font-size: 28rpx;"
@@ -1691,7 +1691,7 @@
}
})
.catch((e) => {
console.log(e, "获取目录数据报错");
console.log(e, "获取目录数据报错666");
});
},
goBuy() {