添加考官
Showing
3 changed files
with
4 additions
and
4 deletions
| 1 | // dev | 1 | // dev |
| 2 | const baseUrl_api = 'http://192.168.1.137:8787' | 2 | // const baseUrl_api = 'http://192.168.1.137:8787' |
| 3 | // const baseUrl_api = 'http://tk001.wxjylt.com/stage-api' | 3 | const baseUrl_api = 'http://tk001.wxjylt.com/stage-api' |
| 4 | const loginImage_api = 'http://tk001.wxjylt.com/stage-api' | 4 | const loginImage_api = 'http://tk001.wxjylt.com/stage-api' |
| 5 | const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' | 5 | const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do' |
| 6 | 6 | ... | ... |
| ... | @@ -354,14 +354,14 @@ | ... | @@ -354,14 +354,14 @@ |
| 354 | if (dayjs(form.value.startTime).valueOf() < dayjs(form.value.applyTime).valueOf()) { | 354 | if (dayjs(form.value.startTime).valueOf() < dayjs(form.value.applyTime).valueOf()) { |
| 355 | uni.showToast({ | 355 | uni.showToast({ |
| 356 | title: `考试开始时间应大于申请日期`, | 356 | title: `考试开始时间应大于申请日期`, |
| 357 | icon: 'error' | 357 | icon: 'none' |
| 358 | }) | 358 | }) |
| 359 | return | 359 | return |
| 360 | } | 360 | } |
| 361 | if (dayjs(form.value.endTime).valueOf() <= dayjs(form.value.startTime).valueOf()) { | 361 | if (dayjs(form.value.endTime).valueOf() <= dayjs(form.value.startTime).valueOf()) { |
| 362 | uni.showToast({ | 362 | uni.showToast({ |
| 363 | title: `考试结束时间应大于考试开始时间`, | 363 | title: `考试结束时间应大于考试开始时间`, |
| 364 | icon: 'error' | 364 | icon: 'none' |
| 365 | }) | 365 | }) |
| 366 | return | 366 | return |
| 367 | } | 367 | } | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment