提交
This commit is contained in:
@@ -28,10 +28,16 @@
|
||||
<view class="welComeText">
|
||||
<text>【 班内职务:{{ getRoleName }} 】</text>
|
||||
</view>
|
||||
<span v-if="examStartTime&&examEndTime" style=" font-size: 26rpx; color: #999; font-weight: normal; display: block; padding:20rpx 0; line-height: 34rpx;">
|
||||
<!-- v-if="examStartTime&&examEndTime&&examStartTime!=''&&examEndTime!=''" -->
|
||||
|
||||
<span v-if="thisClass.startTime&&thisClass.studyEndTime" style=" font-size: 26rpx; color: #999; font-weight: normal; display: block; padding:20rpx 0; line-height: 34rpx;">
|
||||
学习日期:{{thisClass.startTime.substring(0,10)}} 至 {{thisClass.studyEndTime.substring(0,10)}}<br/>
|
||||
|
||||
</span>
|
||||
<span v-if="examStartTime&&examEndTime" style=" font-size: 26rpx; color: #999; font-weight: normal; display: block; padding:0 0 20rpx; line-height: 34rpx;">
|
||||
|
||||
考试周日期:{{examStartTime.substring(0,10)}} 至 {{examEndTime.substring(0,10)}}
|
||||
<b style="font-size: 26rpx;line-height: 34rpx;color: red; font-weight: normal; display: block;">距离考试周开始还有:{{examEndDays}}天</b>
|
||||
<b style="font-size: 26rpx;line-height: 34rpx;color: red; font-weight: normal; display: block;" v-if="examEndDays!=undefined">距离考试周开始还有:{{examEndDays}}天</b>
|
||||
<b style="font-size: 26rpx;line-height: 34rpx;color: red; font-weight: normal; display: block;">(注:考试周开始后无法提交答案)</b>
|
||||
</span>
|
||||
</view>
|
||||
@@ -1333,6 +1339,7 @@ export default {
|
||||
//默认 无 说明:请求头
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
|
||||
})
|
||||
.then(async (res) => {
|
||||
console.log("res--------", this.classId, res);
|
||||
|
||||
Reference in New Issue
Block a user