e4dc1f49 by zhangmeng

报名

1 parent 36649f49
......@@ -819,6 +819,7 @@ function switchSignType() {
}
}
// 个人报名校验
async function handelGeRenNext() {
const res = await match.preCheckForPerson({ type: '1' })
// 不给报名
......@@ -862,6 +863,7 @@ const openPickup = () => {
proxy.$refs['pickupRef'].open(obj)
}
// 团体报名校验
async function handelPreCheckForGroup(fn) {
const res = await match.preCheckForGroup(groupId.value, '1')
if (res.data == 1 || res.data == 0) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!