报名
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -819,6 +819,7 @@ function switchSignType() { | ... | @@ -819,6 +819,7 @@ function switchSignType() { |
| 819 | } | 819 | } |
| 820 | } | 820 | } |
| 821 | 821 | ||
| 822 | // 个人报名校验 | ||
| 822 | async function handelGeRenNext() { | 823 | async function handelGeRenNext() { |
| 823 | const res = await match.preCheckForPerson({ type: '1' }) | 824 | const res = await match.preCheckForPerson({ type: '1' }) |
| 824 | // 不给报名 | 825 | // 不给报名 |
| ... | @@ -862,6 +863,7 @@ const openPickup = () => { | ... | @@ -862,6 +863,7 @@ const openPickup = () => { |
| 862 | proxy.$refs['pickupRef'].open(obj) | 863 | proxy.$refs['pickupRef'].open(obj) |
| 863 | } | 864 | } |
| 864 | 865 | ||
| 866 | // 团体报名校验 | ||
| 865 | async function handelPreCheckForGroup(fn) { | 867 | async function handelPreCheckForGroup(fn) { |
| 866 | const res = await match.preCheckForGroup(groupId.value, '1') | 868 | const res = await match.preCheckForGroup(groupId.value, '1') |
| 867 | if (res.data == 1 || res.data == 0) { | 869 | if (res.data == 1 || res.data == 0) { | ... | ... |
-
Please register or sign in to post a comment