Commit 9ea495c5 authored by 罗超's avatar 罗超

2

parent 7948207f
......@@ -391,10 +391,10 @@
<view style="padding: 20px;">
<view style="font-size: 36rpx;font-weight: bold;color: #111111;">{{x.PaperName}}
</view>
<view style="font-size: 24rpx;font-weight: 500;color: #999999;margin-top: 9px;">
<!-- <view style="font-size: 24rpx;font-weight: 500;color: #999999;margin-top: 9px;">
测评次数:<text v-if="x.ExamStatus==1||x.ExamStatus==2||x.ExamStatus==4">0</text>
<text v-if="x.ExamStatus==3||x.ExamStatus==5">1</text>次
</view>
</view> -->
</view>
<view>
<view class="examination-box-c">
......@@ -476,9 +476,10 @@
</div>
</view>
</view>
<view class="examination-box-btnbox" v-if="x.ExamStatus==2">
<view class="examination-box-btnbox" >
<view class="examination-btn" @click="gourlkaoshixq(x)">
开始考试
<text v-if="x.ExamStatus==2">开始考试</text>
<text v-else>查看详情</text>
</view>
</view>
</view>
......
......@@ -120,7 +120,7 @@ export default {
width: 12rpx;
height: 12rpx;
background-color: #ffffff;
border: 4rpx solid #00acf9;
border: 4rpx solid #0000ff;
border-radius: 50%;
margin-right: 20rpx;
}
......@@ -128,7 +128,7 @@ export default {
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 500;
color: #00acf9;
color: #0000ff;
}
.teacherimg {
margin-right: 30rpx;
......@@ -159,7 +159,7 @@ export default {
/deep/.leave-btn {
width: 142rpx;
height: 52rpx;
background-color: #00acf9;
background-color: #0000ff;
border-radius: 8rpx;
font-size: 26rpx;
font-family: PingFang SC;
......@@ -169,7 +169,7 @@ export default {
/deep/.already-leave-btn {
width: 142rpx;
height: 52rpx;
background-color: #00acf9;
background-color: #0000ff;
opacity: 0.5;
border-radius: 8rpx;
font-size: 26rpx;
......
......@@ -81,14 +81,14 @@
style="width: 90%"
v-if="isShowAllDay"
>
<van-icon name="arrow-up" size="40rpx" color="#00ACF9" @click="changeCalendar"/>
<van-icon name="arrow-up" size="40rpx" color="#0000ff" @click="changeCalendar"/>
</van-divider>
<van-divider
contentPosition="center"
style="width: 90%"
v-if="!isShowAllDay"
>
<van-icon name="arrow-down" size="40rpx" color="#00ACF9" @click="changeCalendar"/>
<van-icon name="arrow-down" size="40rpx" color="#0000ff" @click="changeCalendar"/>
</van-divider>
</view>
</view>
......@@ -219,6 +219,7 @@ export default {
});
let methods = {
// 获取当天数据
async getData() {
data.loading=true
let res = await getStundentPlanStatistical(data.msg);
......@@ -227,6 +228,7 @@ export default {
data.dataList = res.Data;
}
},
//获取当月数据
async getAllData() {
let res = await getStundentPlanStatistical(data.msg);
if (res) {
......@@ -397,8 +399,9 @@ export default {
.calendar-active {
width: 50rpx;
height: 50rpx;
background-color: rgba(0, 172, 249, 0.38) !important;
background-color: rgba(0, 0, 255, 0.9) !important;
border-radius: 50%;
color:#FFFFFF !important;
}
.calendar-leave {
width: 50rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment