d923ac96 by lttnew

添加考官

1 parent bebae732
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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!