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