Compare commits
2 Commits
97520a832f
...
b4b018f835
| Author | SHA1 | Date | |
|---|---|---|---|
| b4b018f835 | |||
| fc09ea803c |
@@ -27,7 +27,8 @@
|
|||||||
"type" : "uni-app:app-ios"
|
"type" : "uni-app:app-ios"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"playground" : "standard",
|
"customPlaygroundType" : "local",
|
||||||
|
"playground" : "custom",
|
||||||
"type" : "uni-app:app-android"
|
"type" : "uni-app:app-android"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ let baseUrl = "";
|
|||||||
let socketUrl = "";
|
let socketUrl = "";
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
// 开发环境
|
// 开发环境
|
||||||
// baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
// baseUrl = "https://api.nuttyreading.com/"; //线上正式'
|
||||||
baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
||||||
} else if (process.env.NODE_ENV === 'production') {
|
} else if (process.env.NODE_ENV === 'production') {
|
||||||
// 生产环境11
|
// 生产环境11
|
||||||
baseUrl = "https://api.nuttyreading.com/";
|
baseUrl = "https://api.nuttyreading.com/"; //线上正式
|
||||||
//baseUrl = "https://testapi.nuttyreading.com/"; //线上正式
|
//baseUrl = "https://testapi.nuttyreading.com/";
|
||||||
// baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
// baseUrl = "http://192.168.110.100:9200/pb/"; //张川川
|
||||||
}
|
}
|
||||||
const courtConfig = {
|
const courtConfig = {
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "2.0.32",
|
"versionName" : "2.0.33",
|
||||||
"versionCode" : 2032,
|
"versionCode" : 2033,
|
||||||
"sassImplementationName" : "node-sass",
|
"sassImplementationName" : "node-sass",
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
<text class="input_tit" style="display: block;margin-bottom: 15rpx;">上传图片:</text>
|
<text class="input_tit" style="display: block;margin-bottom: 15rpx;">上传图片:</text>
|
||||||
<view class="in" style="border: none;" @click="checkPermision">
|
<view class="in" style="border: none;" @click="checkPermision">
|
||||||
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple
|
<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>
|
</u-upload>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
<view class="input_box">
|
<view class="input_box">
|
||||||
<text class="input_tit">上传图片:</text>
|
<text class="input_tit">上传图片:</text>
|
||||||
<view class="in" style="border: none;" @click="checkPermision">
|
<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">
|
width="40" height="40" :previewFullImage="true">
|
||||||
</u-upload>
|
</u-upload>
|
||||||
<!-- <text style="font-size: 24rpx; color: #999;">可上传4张问题截图</text> -->
|
<!-- <text style="font-size: 24rpx; color: #999;">可上传4张问题截图</text> -->
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
<text class="input_tit">上传图片:</text>
|
<text class="input_tit">上传图片:</text>
|
||||||
<view class="in" style="border: none;" @click="checkPermision">
|
<view class="in" style="border: none;" @click="checkPermision">
|
||||||
<u-upload :fileList="fileList1" @afterRead="addPic" @delete="deletePic" multiple
|
<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>
|
</u-upload>
|
||||||
<!-- <text style="font-size: 24rpx; color: #999;">可上传4张问题截图</text> -->
|
<!-- <text style="font-size: 24rpx; color: #999;">可上传4张问题截图</text> -->
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -112,7 +112,8 @@
|
|||||||
<view class="title">温馨提示</view>
|
<view class="title">温馨提示</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="center">
|
<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 style="color: red; font-weight: bold"> 注: </view>
|
||||||
<view>
|
<view>
|
||||||
<text>①、每位学员共有两次考试的机会,考试成绩以两次成绩的最高分作为最终的卷面成绩,请认真对待每次考试;<br />
|
<text>①、每位学员共有两次考试的机会,考试成绩以两次成绩的最高分作为最终的卷面成绩,请认真对待每次考试;<br />
|
||||||
|
|||||||
@@ -160,7 +160,7 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
testDuration:'45', // 考试时长
|
testDuration:'50', // 考试时长
|
||||||
protocolShow:false,
|
protocolShow:false,
|
||||||
flag:false,
|
flag:false,
|
||||||
showPopup: false,
|
showPopup: false,
|
||||||
|
|||||||
12
unpackage/dist/build/app-plus/app-service.js
vendored
12
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
6
unpackage/dist/build/app-plus/app-view.js
vendored
6
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/manifest.json
vendored
2
unpackage/dist/build/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3725
unpackage/dist/dev/app-plus/app-service.js
vendored
3725
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
8338
unpackage/dist/dev/app-plus/app-view.js
vendored
8338
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because it is too large
Load Diff
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/view.css
vendored
2
unpackage/dist/dev/app-plus/view.css
vendored
File diff suppressed because one or more lines are too long
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user