This commit is contained in:
@fawn-nine
2024-09-12 15:51:45 +08:00
parent 0fa262a24a
commit 2f62b2f011

View File

@@ -69,7 +69,7 @@
</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">
v-if="performanceScore.userScore < 60 && newCLass && newCLass.id">
<text class="small_btn chongxiu border_radius_10"
@click="onPageJump('/pages/miniClass/classInfo',newCLass.id)">加入新班级重修</text>
</view>
@@ -965,7 +965,7 @@
if (res.code == 0) {
this.performanceScore = res.result
console.log('平时成绩e-------', this.performanceScore);
if (this.performanceScore.userScore <= 70) {
if (this.performanceScore.userScore < 60) {
this.getNewCLassInfo()
}
} else {