bug修复

This commit is contained in:
@fawn-nine
2024-09-12 15:49:46 +08:00
parent c71b2c67b4
commit 0fa262a24a
3 changed files with 83 additions and 17 deletions

View File

@@ -67,7 +67,7 @@
<text class="greenScore">A证</text>
<text class="small_btn border_radius_10 zhengshu">查看证书</text>
</view> -->
<view style="margin-top: 20rpx; text-align: center;">很遗憾您的成绩未达标</view>
<!-- <view style="margin-top: 20rpx; text-align: center;">很遗憾您的成绩未达标</view> -->
<view class="" style="margin-top: 20rpx; text-align: center;"
v-if="performanceScore.userScore <= 70 && newCLass && newCLass.id">
<text class="small_btn chongxiu border_radius_10"
@@ -1514,7 +1514,7 @@
if (this.thisClass.state == '3' || this.thisClass.state == '2') {
// 考试周 结班状态下的
this.students = await this.getStudentScoreList()
console.log('students', this.students);
console.log('students考试周 结班状态下的', this.students);
} else {
this.students = res.result.students
}