diff --git a/config/baseUrl.js b/config/baseUrl.js
index e1f047e..4814761 100644
--- a/config/baseUrl.js
+++ b/config/baseUrl.js
@@ -6,9 +6,9 @@ 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 = "https://api.nuttyreading.com/"; // 线上正式
// baseUrl = "http://192.168.110.110:9200/pb/"; // 磊哥
- baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑
+ // 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 08fd437..3fcb63d 100644
--- a/pages/miniClass/classInfo.vue
+++ b/pages/miniClass/classInfo.vue
@@ -16,8 +16,8 @@
班级状态:{{getClassStatus}}
-
-
+
+
{{thisClass.title}}
退出班级
@@ -45,56 +45,47 @@
管理成员点击查看
-
-
+
+
- 总成绩
-
+ 总分
-
-
-
-
- 总成绩:
- {{performanceScore.userScore}}分
-
-
- ({{performanceScore.examScore}}分考试分
- ,{{performanceScore.usualScore}}分平时表现分)
-
+
+ 总成绩:
+ {{performanceScore.userScore}}分
+
+
+ ({{performanceScore.examScore}}分考试分
+ ,
+ {{performanceScore.usualScore}}分平时表现分)
-
+
+
恭喜您获得
A 证
- B 证
- {{certificate && certificate.id ? '查看证书' : '生成证书'}}
+ B
+ 证
+ {{certificate && certificate.id ? '查看证书' : '生成证书'}}
-
- 很遗憾,您的成绩未达标
-
+ 很遗憾,您的成绩未达标
+
加入新班级重修
-
+
-
-
-
-
-
- 笔试分
-
-
-
+
@@ -119,23 +110,25 @@
style="color: #666; justify-content: space-around !important">
- {{paperSore}}
- 分
+
+ 笔试成绩:
+
+
+ {{paperSore}}
+ 分
再考一次
-
-
+
-
+
表现分心得得分
{{performanceScore.experienceScore}}分
-
+
思考题分
{{performanceScore.questionScore}}分
- 考试分
- {{performanceScore.questionScore}}分
-
+ 考试分
+ {{performanceScore.questionScore}}分
+
@@ -212,8 +206,8 @@
-
-
+
+
@@ -249,7 +243,7 @@
-
+
{{item.name}}
@@ -258,16 +252,16 @@
- {{item.title}}
+ {{item.title}}
-
+
-
+
快来添加一条记录吧~
@@ -298,7 +292,7 @@
-
+
@@ -344,17 +338,21 @@
-->
-
-
+
+
-
+
-
- 未作答
- 已作答
+
+
+ 未作答
+ 已作答
@@ -362,7 +360,8 @@
-
+
@@ -475,28 +474,31 @@
信息确认
请确认以下证书信息,证书一经生成后不可更改
-
+
- 证书姓名:
+ 证书姓名:
- {{submitInfo.name && submitInfo.name != '' && submitInfo.name != null ? submitInfo.name : '未设置'}}
+ {{submitInfo.name && submitInfo.name != '' && submitInfo.name != null ? submitInfo.name : '未设置'}}
-
- {{submitInfo.name && submitInfo.name != '' && submitInfo.name != null ? '去修改' : '去设置'}}
+
+ {{submitInfo.name && submitInfo.name != '' && submitInfo.name != null ? '去修改' : '去设置'}}
-
+
-
- 证书照片:
-
+
+ 证书照片:
+
未上传
- {{submitInfo.photo && submitInfo.photo != '' && submitInfo.photo != null ? '去修改' : '去上传'}}
+ {{submitInfo.photo && submitInfo.photo != '' && submitInfo.photo != null ? '去修改' : '去上传'}}
@@ -525,12 +527,12 @@
export default {
data() {
return {
- buyCourseMsg:'',
+ buyCourseMsg: '',
fileList1: [],
- questionsList:[],
- curCourseId:undefined,
- curCourseIndex:0,
- tabCourseList:[],
+ questionsList: [],
+ curCourseId: undefined,
+ curCourseIndex: 0,
+ tabCourseList: [],
showCropper: false,
submitInfo: {
img: undefined, // 证件图
@@ -645,13 +647,13 @@
{
name: '班内心得',
id: '2'
- },{
- name: '思考题',
+ }, {
+ name: '思考题',
id: '3'
},
],
tijiaoTitleId: '0',
- tijiaoTitleIndex:0,
+ tijiaoTitleIndex: 0,
taskList: [], // 任务列表
taskHaveMore: false, // 是否还有更多
myExperience: '1',
@@ -665,7 +667,7 @@
firstLoad: true, // 是否是第一次请求
blankNumber: 0,
paperList: [],
- scrollTop:0,
+ scrollTop: 0,
bgiStyle: {
background: '#fff'
},
@@ -680,7 +682,7 @@
examId: undefined,
ingPaper: undefined, // 正在进行中的试卷信息
newCLass: undefined, // 同模型的待开班班级
- certificate:undefined, // 证书
+ certificate: undefined, // 证书
// stickyBgColor:'#ff9277',
}
},
@@ -693,7 +695,7 @@
plus.screen.lockOrientation("portrait-primary")
// #endif
this.classId = e.id
- console.log('this.classId',this.classId );
+ console.log('this.classId', this.classId);
this.getUserRole()
this.getUserInfo()
uni.$on('refreshData', () => {
@@ -701,8 +703,8 @@
this.pPage = 0
this.taskList = []
this.getList()
- })
-
+ })
+
// uni.$on('refreshUserAnswerList',() => {
// console.log('开始刷新用户提交列表');
// this.pPage = 0
@@ -718,8 +720,8 @@
},
onPullDownRefresh() {
// this.curTagIndex = 0
-
- console.log('this.tabId------',this.tabId);
+
+ console.log('this.tabId------', this.tabId);
this.getClassInfo()
this.getScore()
this.pPage = 0
@@ -730,11 +732,11 @@
async onShow() {
console.log('this.curTagIndex', this.curTagIndex);
var ss = await this.getClassInfo()
- if(this.thisClass.state == '0' && this.isHave){
+ if (this.thisClass.state == '0' && this.isHave) {
this.buyCourseMsg = await this.checkUserCourse()
}
// this.curTagIndex = 0
- if(this.thisClass.state != '0'){
+ if (this.thisClass.state != '0') {
this.getScore()
}
if (this.thisClass.state == '3' || this.thisClass.state == '2') {
@@ -762,14 +764,14 @@
// var planEndTimeDate = new Date(historyPaper.planEndTime)
// paperEndTime = planEndTimeDate.getTime(); // 结束的时间戳
paperEndTime = historyPaper.planEndTime
- console.log('+++++++++',paperEndTime);
+ console.log('+++++++++', paperEndTime);
this.examId = historyPaper.id
} else {
this.examId = undefined
paperEndTime = 0
}
severNowTime = await this.getServerTime()
- console.log('//////////////', paperEndTime, severNowTime);
+ console.log('//////////////', paperEndTime, severNowTime);
if (severNowTime > -1 && paperEndTime - severNowTime > 0) {
var secondTimeDif = paperEndTime - severNowTime
this.timeDif.hour = parseInt((secondTimeDif % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60))
@@ -783,9 +785,9 @@
}
}
- if(this.thisClass.state == '2'){
+ if (this.thisClass.state == '2') {
var userObj = await this.getUserData()
- if(userObj){
+ if (userObj) {
this.submitInfo.name = userObj.name
this.submitInfo.photo = userObj.photo
// this.showSubmitInfoBlank = true
@@ -822,7 +824,7 @@
console.log('是否计算tab了?')
var ss = this.getBlankNumber
var qq = this.blankNumber
- console.log('ss',ss,qq);
+ console.log('ss', ss, qq);
var list = []
if (this.thisClass.state == '0' || !this.isHave || qq == 0) {
list = this.tabList01
@@ -832,7 +834,7 @@
console.log('走这里了吗?');
list = this.tabList03
}
-
+
this.tabId = list[this.curTagIndex].id
return list
},
@@ -854,13 +856,13 @@
_list.push(this.defaultTijiaoTitleList[2])
}
if (this.classModel.isQuestion == 1) {
- _list.push(this.defaultTijiaoTitleList[3])
+ _list.push(this.defaultTijiaoTitleList[3])
}
// return _list
- if(_list.length > 0){
+ if (_list.length > 0) {
console.log('是否进入了这里666666666666');
this.tijiaoTitleList = _list
- this.titleClick(this.tijiaoTitleList[this.tijiaoTitleIndex],this.tijiaoTitleIndex)
+ this.titleClick(this.tijiaoTitleList[this.tijiaoTitleIndex], this.tijiaoTitleIndex)
// this.tijiaoTitleId = this.tijiaoTitleList[0].id
}
// this.tabId =
@@ -879,21 +881,21 @@
if (this.classModel.isQuestion == 1) {
this.blankNumber++
}
-
+
// if(this.classModel.isExam == 1){
// this.blankNumber++
// }
}
},
- methods: {
+ methods: {
// 获得思考题列表及答案
- async getQuestionsList(){
+ async getQuestionsList() {
var list = []
await $http.request({
url: "common/class/getThinkQuestionListStudent",
method: "POST",
data: {
- "classId": this.classId
+ "classId": this.classId
},
header: { //默认 无 说明:请求头
'Content-Type': 'application/json'
@@ -901,49 +903,49 @@
})
.then(async (res) => {
if (res.code == 0) {
- if(res.getThinkQuestionListStudent.length > 0){
+ if (res.getThinkQuestionListStudent.length > 0) {
list = res.getThinkQuestionListStudent
- }
- }else{
+ }
+ } else {
uni.showToast({
- title:res.errMsg,
- icon:"none"
+ title: res.errMsg,
+ icon: "none"
})
}
}).catch(e => {
- console.log('获取思考题报错',e);
+ console.log('获取思考题报错', e);
uni.showToast({
- title:e.errMsg,
- icon:"none"
+ title: e.errMsg,
+ icon: "none"
})
});
return list
},
async showSubmit() {
- if(this.certificate && this.certificate.id){
+ if (this.certificate && this.certificate.id) {
// 已生成
uni.navigateTo({
- url:'/pages/certificate/certificate'
+ url: '/pages/certificate/certificate'
})
- }else{ // 未生成
- this.showSubmitInfoBlank = true
-
+ } else { // 未生成
+ this.showSubmitInfoBlank = true
+
}
-
+
},
async getUserData() {
- let that = this;
- var Ss = undefined
- // 获取个人信息
- if (this.userInfo.id != undefined) {
- await this.$http
- .post('book/user/info/'+this.userInfo.id)
- .then(async (res) => {
- Ss = res.user;
- console.log('that.userData at line 698个人中心:', res.user)
- });
- return Ss
- }
+ let that = this;
+ var Ss = undefined
+ // 获取个人信息
+ if (this.userInfo.id != undefined) {
+ await this.$http
+ .post('book/user/info/' + this.userInfo.id)
+ .then(async (res) => {
+ Ss = res.user;
+ console.log('that.userData at line 698个人中心:', res.user)
+ });
+ return Ss
+ }
},
chooseImage() {
let that = this
@@ -959,45 +961,49 @@
},
// 全角字符串转半角
async convertToHalfWidth(str) {
- const fullWidthChars = "!"#$%&'()*+,-./【】0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~";
- const halfWidthChars = "!\"#$%&'()*+,-./[]0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~";
- let result = "";
- for (let i = 0; i < str.length; i++) {
- const char = str[i];
- const index = fullWidthChars.indexOf(char);
- if (index!== -1) {
- result += halfWidthChars[index];
- } else {
- result += char;
- }
- }
- return result;
+ const fullWidthChars =
+ "!"#$%&'()*+,-./【】0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~";
+ const halfWidthChars =
+ "!\"#$%&'()*+,-./[]0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~";
+ let result = "";
+ for (let i = 0; i < str.length; i++) {
+ const char = str[i];
+ const index = fullWidthChars.indexOf(char);
+ if (index !== -1) {
+ result += halfWidthChars[index];
+ } else {
+ result += char;
+ }
+ }
+ return result;
},
-
+
// 检测是否已经购买了全部课程
- async checkUserCourse(){
+ async checkUserCourse() {
var msg = ''
await $http.request({
url: "common/class/getUserCourseBuy",
method: "POST",
- data: {"classId": this.classId},
+ data: {
+ "classId": this.classId
+ },
header: { //默认 无 说明:请求头
'Content-Type': 'application/json'
},
})
.then(async (res) => {
if (res.code == 0) {
- if(res.msg != ''){
+ if (res.msg != '') {
msg = res.msg
var outputStr = await this.convertToHalfWidth(res.msg)
uni.showModal({
- title:'提示',
- content:`您${outputStr}课程没有购买,请尽快购买班级内教学需要的课程,逾期您将被系统自动踢出班级,感谢您的理解和支持`
+ title: '提示',
+ content: `您${outputStr}课程没有购买,请尽快购买班级内教学需要的课程,逾期您将被系统自动踢出班级,感谢您的理解和支持`
})
- }
+ }
}
}).catch(e => {
- console.log('检测是否已经购买了全部课程报错',e);
+ console.log('检测是否已经购买了全部课程报错', e);
});
return msg
},
@@ -1006,7 +1012,7 @@
// .then(res => {
// this.submitInfo.img = res.tempFilePaths[0];
// });
- },
+ },
// 选中了学生
chooseStudent(data) {
return
@@ -1092,7 +1098,7 @@
icon: 'none'
})
});
- },
+ },
// 考试周和结班状态下,学员的信息
async getStudentScoreList() {
console.log('进来了码?');
@@ -1186,43 +1192,43 @@
},
// 生成证书
- createCertificate(){
- if(this.submitInfo.name && this.submitInfo.name != null && this.submitInfo.name != ''
- && this.submitInfo.photo && this.submitInfo.photo != null && this.submitInfo.photo != ''){
-
- }else{
+ createCertificate() {
+ if (this.submitInfo.name && this.submitInfo.name != null && this.submitInfo.name != '' &&
+ this.submitInfo.photo && this.submitInfo.photo != null && this.submitInfo.photo != '') {
+
+ } else {
uni.showModal({
- title:'提示',
- content:"真实姓名或证书照片未设置,请设置完成后再来生成证书吧",
- cancelText:'稍后设置',
- confirmText:'立即设置',
- success: (res) => {
- if (res.confirm) {
- uni.navigateTo({
- url:'/pages/mine/userInfo/persData'
- })
- }
+ title: '提示',
+ content: "真实姓名或证书照片未设置,请设置完成后再来生成证书吧",
+ cancelText: '稍后设置',
+ confirmText: '立即设置',
+ success: (res) => {
+ if (res.confirm) {
+ uni.navigateTo({
+ url: '/pages/mine/userInfo/persData'
+ })
+ }
}
})
return
}
var type = undefined
- if(this.performanceScore.userScore >= 60 && this.performanceScore.userScore < 70){
+ if (this.performanceScore.userScore >= 60 && this.performanceScore.userScore < 70) {
type = 'B'
- }else if(this.performanceScore.userScore >= 70){
+ } else if (this.performanceScore.userScore >= 70) {
type = 'A'
- }else{
+ } else {
uni.showToast({
- title:'您的成绩未达到证书水平,请继续努力',
+ title: '您的成绩未达到证书水平,请继续努力',
icon: 'none'
})
- return
+ return
}
- var data = {
- "type": type, //证书类型A a证 B b证 ZK自考
- "relationId": this.classId //小班id、课程id
- }
- // console.log('证书提交数据',data,this.performanceScore.userScore);
+ var data = {
+ "type": type, //证书类型A a证 B b证 ZK自考
+ "relationId": this.classId //小班id、课程id
+ }
+ // console.log('证书提交数据',data,this.performanceScore.userScore);
$http.request({
url: "common/class/generateCertificateClass",
method: "POST",
@@ -1232,16 +1238,16 @@
},
})
.then(async (res) => {
- if (res.code == 0) {
- console.log('证书返回值', res);
- uni.showToast({
- title: '生成成功',
- icon: 'none'
- })
- setTimeout(()=>{
- this.closeManager()
- this.getScore()
- },300)
+ if (res.code == 0) {
+ console.log('证书返回值', res);
+ uni.showToast({
+ title: '生成成功',
+ icon: 'none'
+ })
+ setTimeout(() => {
+ this.closeManager()
+ this.getScore()
+ }, 300)
} else {
uni.showToast({
title: res.errMsg,
@@ -1274,16 +1280,16 @@
console.log('平时成绩e-------', this.performanceScore);
if (this.performanceScore.userScore < 60 && this.thisClass.state == '2') {
this.getNewCLassInfo()
- }else{
+ } else {
// >= 60
- if(this.thisClass.state == '2' ){
- var certificate = await this.getCertificateInfo()
- if(certificate && certificate.length > 0 && certificate[0].id){
+ // if (this.thisClass.state == '2') {
+ var certificate = await this.getCertificateInfo()
+ if (certificate && certificate.length > 0 && certificate[0].id) {
this.certificate = certificate[0]
}
- console.log('this.certificate',certificate);
- }
-
+ console.log('this.certificate', certificate);
+ // }
+
}
} else {
uni.showToast({
@@ -1299,26 +1305,26 @@
});
},
// 查询证书获得情况
- async getCertificateInfo(){
+ async getCertificateInfo() {
var _obj = undefined
await $http.request({
url: "common/class/getUserCertificateByClassId",
method: "POST",
data: {
- "classId": this.classId,
- "userId": this.userInfo.id
+ "classId": this.classId,
+ "userId": this.userInfo.id
},
header: { //默认 无 说明:请求头
'Content-Type': 'application/json'
},
})
- .then( (res) => {
+ .then((res) => {
if (res.code == 0) {
// this.newCLass = res.result
console.log('证书数据', res);
_obj = res.userCertificate
- }
- }).catch(e => {
+ }
+ }).catch(e => {
_obj = undefined
console.log('证书接口报错', e);
uni.showToast({
@@ -1381,23 +1387,23 @@
url: `${url}?classId=${classId}&type=${type}`
})
},
- clickCourseTab(index, id){
- if(this.curCourseIndex == index ){
+ clickCourseTab(index, id) {
+ if (this.curCourseIndex == index) {
return
- }else{
+ } else {
this.curCourseIndex = index
this.curCourseId = id
}
-
+
},
// 跳转到播放页面
- jumpToVideoPage(val){
- uni.navigateTo({
- url: `/pages/course/chapterDetailAndorid?navTitle=${this.questionsList[this.curCourseIndex].courseEntity.title}
+ jumpToVideoPage(val) {
+ uni.navigateTo({
+ url: `/pages/course/chapterDetailAndorid?navTitle=${this.questionsList[this.curCourseIndex].courseEntity.title}
&title=${val.title}&courseId=${this.questionsList[this.curCourseIndex].courseEntity.id}
&id=${val.id}&noRecored=false`,
- });
-
+ });
+
},
// 点击作业或者医案,进入详细介绍
clickTask(item) {
@@ -1547,17 +1553,17 @@
},
async titleClick(item, textIndex) {
console.log('进来了吗', item);
-
- if(item.id=='3'){
+
+ if (item.id == '3') {
this.tijiaoTitleId = item.id
this.questionsList = await this.getQuestionsList()
- if(this.questionsList.length > 0){
+ if (this.questionsList.length > 0) {
this.curCourseId = this.questionsList[this.curCourseIndex].courseEntity.id
- this.tabCourseList = this.questionsList.map( item => {
+ this.tabCourseList = this.questionsList.map(item => {
return item.courseEntity
- })
+ })
}
- }
+ }
// if (this.tijiaoTitleId == item.id) {
// console.log(5555555555555555, this.tijiaoTitleId,item.id);
// return
@@ -1565,7 +1571,7 @@
this.tijiaoTitleId = item.id
this.tijiaoTitleIndex = textIndex
console.log('e班内提交子按钮', this.tijiaoTitleId);
-
+
this.pPage = 0
this.taskList = []
this.myExperience = '1'
@@ -1748,11 +1754,11 @@
console.log('taskEdit'.item);
},
// 图片预览
- preveImg(url){
+ preveImg(url) {
console.log('dianjile fangda tu');
uni.previewImage({
- urls: [url],
- current: 0
+ urls: [url],
+ current: 0
});
},
// 退出班级 // 踢出班级
@@ -1837,14 +1843,14 @@
},
})
.then(async res => {
- console.log('班级信息', res);
+ console.log('班级信息', res);
this.refresh = false
- if (res.code == 0) {
+ if (res.code == 0) {
this.isHave = res.result.isJoin
this.thisClass = res.result.class
// if (this.thisClass.state == '0') {
// this.tabId = '0'
-
+
// } else {
// this.tijiaoTitleId = '0'
// this.tabId = '3'
@@ -1894,7 +1900,7 @@
if (this.thisClass.state != 0 && this.tabId != '3') {
this.pPage = 0
this.taskList = []
- if(this.tijiaoTitleList.length > 0){
+ if (this.tijiaoTitleList.length > 0) {
if (this.firstLoad) {
this.firstLoad = false
this.tijiaoTitleId = this.tijiaoTitleList[this.tijiaoTitleIndex].id
@@ -1903,7 +1909,7 @@
this.getList()
}
}
- var dd = this.getBlankNumber
+ var dd = this.getBlankNumber
}
uni.hideLoading()
}).catch(e => {
@@ -2048,7 +2054,8 @@
margin-bottom: 20rpx;
}
- .zhengshu { margin-left: 20rpx;
+ .zhengshu {
+ margin-left: 20rpx;
color: #ffaa7f;
font-size: 28rpx;
border: 1px solid #ffaa7f
@@ -2066,9 +2073,11 @@
.blueScore {
color: #00aaff;
}
- .yellowScore{
+
+ .yellowScore {
color: #ffaa00;
}
+
.redScore {
color: #ff8a8c;
}
@@ -2119,13 +2128,20 @@
}
}
}
- .stickyyy{padding: 20rpx; color: #fff; background-color: #ff9277;}
+
+ .stickyyy {
+ padding: 20rpx;
+ color: #fff;
+ background-color: #ff9277;
+ }
+
.chengji {
padding-top: 20rpx;
margin-top: 20rpx;
border-top: 1px solid #eee;
}
- .chengji.zong{
+
+ .chengji.zong {
margin-top: 0;
padding-top: 0;
border-top: none;
@@ -2167,8 +2183,13 @@
color: $themeColor;
}
}
-
- .questJUmp{font-size: 28rpx; text-align: center; color: #55aaff;}
+
+ .questJUmp {
+ font-size: 28rpx;
+ text-align: center;
+ color: #55aaff;
+ }
+
.submitRecode {
// padding: 20rpx;
@@ -2248,9 +2269,13 @@
}
}
}
- .questionbox{
- .leve1{ border: none !important}
+
+ .questionbox {
+ .leve1 {
+ border: none !important
+ }
}
+
.zhedie {
@include bov(2);
}
@@ -2309,15 +2334,32 @@
}
}
- .courseTab{
- margin-bottom: 20rpx; padding: 8rpx;
- background:#c6d1d5; line-height: 50rpx; overflow: hidden;
- .item{ display: block; text-align: center; height: 50rpx; font-size: 26rpx; width: 100%;
- padding:0 6rpx;@include toe(); box-sizing: border-box;
+
+ .courseTab {
+ margin-bottom: 20rpx;
+ padding: 8rpx;
+ background: #c6d1d5;
+ line-height: 50rpx;
+ overflow: hidden;
+
+ .item {
+ display: block;
+ text-align: center;
+ height: 50rpx;
+ font-size: 26rpx;
+ width: 100%;
+ padding: 0 6rpx;
+ @include toe();
+ box-sizing: border-box;
// text{ }
}
- .item.cur{ @include mshadow(6px,1);background-color: #fff; }
+
+ .item.cur {
+ @include mshadow(6px, 1);
+ background-color: #fff;
+ }
}
+
.mainContent {
color: #333;
padding: 0 20rpx;
@@ -2500,12 +2542,15 @@
}
}
}
- .alcentertt{
+
+ .alcentertt {
justify-content: space-around !important;
}
-.alcenterss{
- justify-content: center !important;
-}
+
+ .alcenterss {
+ justify-content: center !important;
+ }
+
.otherItems {
// border: 1px solid #dadada;
padding: 20rpx;
@@ -2624,10 +2669,11 @@
}
.optionsBox {}
+
.btn_box_certificate {
margin-top: 70rpx;
padding-bottom: 20rpx;
-
+
button {
font-size: 32rpx;
@include theme('btn_bg') color: #fff;
@@ -2636,17 +2682,24 @@
border-radius: 50rpx;
}
}
+
.retake {
border: 1px solid #55aa00;
color: #55aa7f;
}
- .mr20rpx{
+
+ .mr20rpx {
margin-right: 20rpx;
}
- .userinfoPup{
- .tips{
+
+ .userinfoPup {
+ .tips {
// .item{justify-content: space-around;}
}
- .small_btn{color: #55aaff; border: #55aaff 1px solid ;}
+
+ .small_btn {
+ color: #55aaff;
+ border: #55aaff 1px solid;
+ }
}
\ No newline at end of file
diff --git a/pages/miniClass/components/sutdent_score_list.vue b/pages/miniClass/components/sutdent_score_list.vue
index ab6ea85..358eb6c 100644
--- a/pages/miniClass/components/sutdent_score_list.vue
+++ b/pages/miniClass/components/sutdent_score_list.vue
@@ -75,7 +75,7 @@
{{item.examScore}}分
-
+
总分
@@ -84,7 +84,7 @@
-
+