This commit is contained in:
@fawn-nine
2024-09-10 17:24:13 +08:00
parent 13c656d9b5
commit 9dd7656c3c
12 changed files with 285 additions and 323 deletions

View File

@@ -416,7 +416,7 @@
<template v-if="classModel.isExam == 1">
<template v-if="thisStudentScore.classExamUsers.length == 0">
<view class="">
<view class="">
<view class="" style="color: #ff9496;">
未参加考试
</view>
</view>
@@ -978,14 +978,14 @@
url: "common/class/userScoreList",
method: "POST",
data: {
"classId":46
"classId": parseInt(this.classId)
},
header: { //默认 无 说明:请求头
'Content-Type': 'application/json'
},
})
.then(res => {
console.log('班状态下,学员的信息', res);
console.log('班状态下,学员的信息',this.classId, res);
// this.userMsg = res.user
// list = studentList
if(res.code == 0){
@@ -1135,9 +1135,7 @@
console.log('res--------', this.classId, res, );
this.refresh = false
if (res.code == 0) {
// res = classData // 测试数据
// res = classData // 测试数据
this.thisClass = res.result.class
if (!this.showAlert && this.thisClass.state == '3') {
uni.showModal({