2 Commits

Author SHA1 Message Date
b4b018f835 提交到新仓库 2025-12-18 09:38:08 +08:00
fc09ea803c 调整考试时间和作业等上传图片数量 2025-12-18 09:25:04 +08:00
17 changed files with 6758 additions and 5649 deletions

View File

@@ -27,7 +27,8 @@
"type" : "uni-app:app-ios"
},
{
"playground" : "standard",
"customPlaygroundType" : "local",
"playground" : "custom",
"type" : "uni-app:app-android"
},
{

View File

@@ -2,12 +2,12 @@ let baseUrl = "";
let socketUrl = "";
if (process.env.NODE_ENV === 'development') {
// 开发环境
// baseUrl = "https://api.nuttyreading.com/"; //线上正式
// baseUrl = "https://api.nuttyreading.com/"; //线上正式'
baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
} else if (process.env.NODE_ENV === 'production') {
// 生产环境11
baseUrl = "https://api.nuttyreading.com/";
//baseUrl = "https://testapi.nuttyreading.com/"; //线上正式
baseUrl = "https://api.nuttyreading.com/"; //线上正式
//baseUrl = "https://testapi.nuttyreading.com/";
// baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
}
const courtConfig = {

View File

@@ -12,8 +12,8 @@
"src" : "图片路径"
}
],
"versionName" : "2.0.32",
"versionCode" : 2032,
"versionName" : "2.0.33",
"versionCode" : 2033,
"sassImplementationName" : "node-sass",
"app-plus" : {
"nvueCompiler" : "uni-app",

View File

@@ -146,7 +146,7 @@
<text class="input_tit" style="display: block;margin-bottom: 15rpx;">上传图片:</text>
<view class="in" style="border: none;" @click="checkPermision">
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple
:maxCount="4" width="60" height="60" :previewFullImage="true">
:maxCount="9" width="60" height="60" :previewFullImage="true">
</u-upload>
</view>
</view>

View File

@@ -33,7 +33,7 @@
<view class="input_box">
<text class="input_tit">上传图片:</text>
<view class="in" style="border: none;" @click="checkPermision">
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple :maxCount="4"
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple :maxCount="9"
width="40" height="40" :previewFullImage="true">
</u-upload>
<!-- <text style="font-size: 24rpx; color: #999;">可上传4张问题截图</text> -->

View File

@@ -121,7 +121,7 @@
<text class="input_tit">上传图片:</text>
<view class="in" style="border: none;" @click="checkPermision">
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple
:maxCount="4" width="40" height="40" :previewFullImage="true">
:maxCount="9" width="40" height="40" :previewFullImage="true">
</u-upload>
<!-- <text style="font-size: 24rpx; color: #999;">可上传4张问题截图</text> -->
</view>

View File

@@ -112,7 +112,8 @@
<view class="title">温馨提示</view>
<view class="content">
<view class="center">
用户您好本次考试时间为 <text style="color: red; font-weight: bold; font-size: 30rpx;">{{testDuration}}</text> 分钟<br />
<!-- 用户您好本次考试时间为 <text style="color: red; font-weight: bold; font-size: 30rpx;">{{testDuration}}</text> 分钟<br /> -->
用户您好本次考试时间为 <text style="color: red; font-weight: bold; font-size: 30rpx;">50</text> 分钟<br />
<view style="color: red; font-weight: bold"> : </view>
<view>
<text>每位学员共有两次考试的机会考试成绩以两次成绩的最高分作为最终的卷面成绩请认真对待每次考试;<br />

View File

@@ -160,7 +160,7 @@
export default {
data() {
return {
testDuration:'45', // 考试时长
testDuration:'50', // 考试时长
protocolShow:false,
flag:false,
showPopup: false,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long