Commit 92cee925 authored by LiZongLin's avatar LiZongLin

答题报名修改

parent ac52410c
......@@ -385,11 +385,11 @@ import { resolve } from 'path';
if (res >= 0 && res !== '') {
if (Date.parse(this.activityInfo.activityStart) > new Date()) {
this.cityCancel()
this.info.areId = 1
this.info.parentName = ''
this.info.name = ''
this.info.phone = ''
this.info.idCard = ''
// this.info.areId = 1
// this.info.parentName = ''
// this.info.name = ''
// this.info.phone = ''
// this.info.idCard = ''
return uni.$showMsg('报名成功,活动开始时间为:' + this.activityInfo.activityStart)
} else {
let time = new Date().toISOString().substring(0, 10)
......@@ -410,11 +410,11 @@ import { resolve } from 'path';
})
} else {
this.cityCancel()
this.info.areId = 1
this.info.parentName = ''
this.info.name = ''
this.info.phone = ''
this.info.idCard = ''
// this.info.areId = 1
// this.info.parentName = ''
// this.info.name = ''
// this.info.phone = ''
// this.info.idCard = ''
return uni.$showMsg('报名成功,今日无考试')
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment