66
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user