From 69cbc35e0a35628c98f6091c64fcf2c87dfb51ef Mon Sep 17 00:00:00 2001
From: "@fawn-nine" <1271023382@qq.com>
Date: Tue, 3 Sep 2024 17:08:18 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config/baseUrl.js | 4 +-
pages/miniClass/classInfo.vue | 485 +++++++++++++++++++++----------
pages/miniClass/classInfoMan.vue | 302 +++++++++++++++----
pages/miniClass/test.vue | 9 +-
pages/peanut/home.vue | 6 +-
static/icon/Az.png | Bin 0 -> 9831 bytes
static/icon/Bz.png | Bin 0 -> 9779 bytes
static/icon/testPaperIcon.png | Bin 0 -> 1098 bytes
8 files changed, 572 insertions(+), 234 deletions(-)
create mode 100644 static/icon/Az.png
create mode 100644 static/icon/Bz.png
create mode 100644 static/icon/testPaperIcon.png
diff --git a/config/baseUrl.js b/config/baseUrl.js
index 2b66856..4ed5682 100644
--- a/config/baseUrl.js
+++ b/config/baseUrl.js
@@ -6,8 +6,8 @@ if (process.env.NODE_ENV === 'development') {
// socketUrl = "ws://localhost:6001/";
// baseUrl = "https://twin-ui.com/demo/";
// baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境
- baseUrl = "https://api.nuttyreading.com/"; // 线上正式
- // baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑
+ // baseUrl = "https://api.nuttyreading.com/"; // 线上正式
+ baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑
// baseUrl = "http://59.110.212.44:9200/pb/";
// baseUrl = "http://192.168.110.100:9100/pb/"; // 开发用电脑
// baseUrl = "http://192.168.110.110:9200/pb/";
diff --git a/pages/miniClass/classInfo.vue b/pages/miniClass/classInfo.vue
index fd43874..91774cf 100644
--- a/pages/miniClass/classInfo.vue
+++ b/pages/miniClass/classInfo.vue
@@ -4,35 +4,37 @@
班级状态:{{getClassStatus}}
{{thisClass.title}}
- 退出班级
-
+ 退出班级
+
-
- 创建日期{{thisClass.createTime.substring(0,10)}}
+
+ 创建日期{{thisClass.createTime.substring(0,10)}}
-
- 开班日期{{thisClass.createTime.substring(0,10)}}
+
+ 开班日期{{thisClass.createTime.substring(0,10)}}
-
- 结班日期{{thisClass.createTime.substring(0,10)}}
+
+ 结班日期{{thisClass.createTime.substring(0,10)}}
+
班级类型
普通小班
联合班
精英班
- 人数学员人数{{students.length}}/{{thisClass.number}}人
管理成员点击查看
@@ -41,9 +43,9 @@
表现分
-
+
-
+
作业得分
{{performanceScore.task0Score}}分
@@ -59,13 +61,13 @@
思考题分
{{performanceScore.questionScore}}分
-
+
-
+
@@ -74,16 +76,18 @@
卷面成绩:60分再考一次
-
+
- 恭喜您获得A证, 查看证书
+ 恭喜您获得A证, 查看证书
很遗憾,您的成绩未达标
-
+
加入新班级重修
- 总成绩为:90分 (50考试分+40平时表现分)
-
+ 总成绩为:90分 (50考试分+40平时表现分)
+
@@ -129,28 +133,58 @@
-
+
-
+
-
-
-
+
+
+
+
+
+
+
+ {{item.student.nickname}}
+
+ 匿名用户
+
-
-
- {{item.student.nickname}}
-
- 匿名用户
+
+
+
+
+ 平时成绩
+
+ {{item.student.score.peacetimeScore}}
+
+
+
+
+
+ 考试成绩
+
+ 0
+
+
+
+
+
+ 考试成绩
+
+ {{item.student.score.testScoreNumber}}
+
+
+
+
-
+
@@ -198,11 +232,12 @@
{{item.content}}
-
+
- {{item.zhedie ? '收起' : '展开'}}
+
+ {{item.zhedie ? '收起' : '展开'}}
日期:{{item.createTime}}
@@ -215,13 +250,16 @@
v-show="tijiaoTitleId == 2 && myExperience == 1 && item.scoreSuccess == 0"
@click.stop="editMyXinde(item)">修改
-
-
- 已提交答案
-
-
- 未提交答案 点击开始答题
-
+
+
+ 已提交答案
+
+
+ 未提交答案 点击开始答题
+
+
+ 未作答 已不可作答
+
@@ -257,7 +295,7 @@
副班长:
{{admins.dmonitor.user.nickname != null && admins.dmonitor.user.nickname != '' ? admins.dmonitor.user.nickname : '匿名用户'}}
-
+
暂未设置
@@ -300,6 +338,8 @@