This commit is contained in:
@fawn-nine
2024-08-28 10:28:12 +08:00
parent 48a5c3400e
commit 3227a6542a
6 changed files with 26 additions and 13 deletions

View File

@@ -12,8 +12,8 @@
"src" : "图片路径" "src" : "图片路径"
} }
], ],
"versionName" : "1.0.16", "versionName" : "1.0.17",
"versionCode" : 1016, "versionCode" : 1017,
"app-plus" : { "app-plus" : {
"nvueCompiler" : "weex", "nvueCompiler" : "weex",
"compatible" : { "compatible" : {

View File

@@ -300,8 +300,9 @@
.btnBox{justify-content: center;} .btnBox{justify-content: center;}
} }
.containerBg { .containerBg {
min-height: calc(100vh - 70rpx);
// background-color: $containerColor; // background-color: $containerColor;
background-color: #f6f6f8; // background-color: #f6f6f8;
padding: 0 20rpx; padding: 0 20rpx;
} }

View File

@@ -59,18 +59,24 @@
</view> </view>
</view> </view>
<!-- <view class="optionsBox" > <!-- <view class="optionsBox" >
<view class=""> <view class="flex_box flex_between">
<view class="gotoExams" > <view class="">
<text>去考试</text> <view class="gotoExams" @click="getTestPaper">
</view> <text>去考试</text>
</view>
<view class="">
<text>卷面成绩60</text><text class="small_btn retake border_radius_10">再考一次</text>
</view>
</view>
</view> </view>
<view class="chengji"> <view class="chengji">
<view>总成绩为<text class="scoreNumber greenScore">90</text> <text class="c999">50考试分+40平时表现分</text></view> <view >恭喜您获得<text class="greenScore">A证</text> <text class="small_btn border_radius_10 zhengshu">查看证书</text></view>
<view style="margin-top: 20rpx;">恭喜您获得<text class="greenScore">A证</text> <text class="small_btn border_radius_10 zhengshu">查看证书</text></view>
<view style="margin-top: 20rpx; text-align: center;">很遗憾您的成绩未达标</view> <view style="margin-top: 20rpx; text-align: center;">很遗憾您的成绩未达标</view>
<view class="" style="margin-top: 20rpx; text-align: center;"> <view class="" style="margin-top: 20rpx; text-align: center;">
<text class="small_btn chongxiu border_radius_10">加入新班级重修</text> <text class="small_btn chongxiu border_radius_10">加入新班级重修</text>
</view> </view>
<view style="margin-top: 20rpx;">总成绩为<text class="scoreNumber greenScore">90</text> <text class="c999">50考试分+40平时表现分</text></view>
</view> </view>
</view> --> </view> -->
</view> </view>
@@ -270,7 +276,7 @@
<view class="arryItemSub" v-for="(item,index) in admins.scorer" :key="index"> <view class="arryItemSub" v-for="(item,index) in admins.scorer" :key="index">
<template v-if="item.user != null"> <template v-if="item.user != null">
<text>{{item.user.nickname != null && item.user.nickname != '' ? item.user.nickname : '匿名用户'}}</text> <text>{{item.user.nickname != null && item.user.nickname != '' ? item.user.nickname : '匿名用户'}}</text>
<text>({{item.user.tel}}) </text> <text>({{item.user.tel}}),</text>
</template> </template>
</view> </view>
</template> </template>
@@ -468,6 +474,10 @@
}, },
}, },
methods: { methods: {
getTestPaper(){
},
changeZheDie(item, index){ changeZheDie(item, index){
this.taskList[index].zhedie = !this.taskList[index].zhedie this.taskList[index].zhedie = !this.taskList[index].zhedie
@@ -1537,4 +1547,5 @@
background-color: #f4a2a6; background-color: #f4a2a6;
} }
} }
.retake{border: 1px solid #5049cf; color: #5049cf;}
</style> </style>

View File

@@ -491,7 +491,7 @@
.containerBg { .containerBg {
// background-color: $containerColor; // background-color: $containerColor;
min-height: calc(100vh - 500rpx); min-height: calc(100vh - 200rpx);
background-color: #f6f6f8; background-color: #f6f6f8;
padding: 0 20rpx; padding: 0 20rpx;

View File

@@ -756,7 +756,8 @@
} }
.taskTitle { .taskTitle {
font-size: 30rpx; font-size: 36rpx;
font-weight: bold;
margin: 20rpx 0; margin: 20rpx 0;
} }

View File

@@ -357,7 +357,7 @@
.leve2 { justify-content: center; margin-top: 20rpx; .leve2 { justify-content: center; margin-top: 20rpx;
color: #999; font-size: 24rpx;border-top: 1px dashed #eee; color: #999; font-size: 24rpx;border-top: 1px dashed #eee;
.jianjie{@include bov(2); margin-top: 20rpx;} .jianjie{@include bov(2); margin-top: 20rpx; font-size: 32rpx;}
b{font-size: 34rpx; padding: 0 4rpx; font-weight: normal; color: #333; color: red;} b{font-size: 34rpx; padding: 0 4rpx; font-weight: normal; color: #333; color: red;}
.item{text-align: center; padding-top: 0; padding-bottom: 0; margin-bottom: 0;} .item{text-align: center; padding-top: 0; padding-bottom: 0; margin-bottom: 0;}
} }