Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d923ac96
authored
2026-04-15 16:13:37 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加考官
1 parent
bebae732
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
config.js
level/addApply.vue
level/chooseExaminer.vue
config.js
View file @
d923ac9
// dev
const
baseUrl_api
=
'http://192.168.1.137:8787'
//
const baseUrl_api = 'http://tk001.wxjylt.com/stage-api'
//
const baseUrl_api = 'http://192.168.1.137:8787'
const
baseUrl_api
=
'http://tk001.wxjylt.com/stage-api'
const
loginImage_api
=
'http://tk001.wxjylt.com/stage-api'
const
payUrl
=
'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
...
...
level/addApply.vue
View file @
d923ac9
...
...
@@ -354,14 +354,14 @@
if
(
dayjs
(
form
.
value
.
startTime
).
valueOf
()
<
dayjs
(
form
.
value
.
applyTime
).
valueOf
())
{
uni
.
showToast
({
title
:
`考试开始时间应大于申请日期`
,
icon
:
'
error
'
icon
:
'
none
'
})
return
}
if
(
dayjs
(
form
.
value
.
endTime
).
valueOf
()
<=
dayjs
(
form
.
value
.
startTime
).
valueOf
())
{
uni
.
showToast
({
title
:
`考试结束时间应大于考试开始时间`
,
icon
:
'
error
'
icon
:
'
none
'
})
return
}
...
...
level/chooseExaminer.vue
View file @
d923ac9
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment