e4dc1f49 by zhangmeng

报名

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