Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
tjty-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王永飞
tjty-app
Commits
ac52410c
Commit
ac52410c
authored
Nov 25, 2022
by
LiZongLin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报名身份证校验
parent
0fb211ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
6 deletions
+30
-6
tjty_ans_info.vue
tjty-app/pages_events/tjty_ans_detail/tjty_ans_info.vue
+30
-6
No files found.
tjty-app/pages_events/tjty_ans_detail/tjty_ans_info.vue
View file @
ac52410c
...
@@ -78,6 +78,7 @@
...
@@ -78,6 +78,7 @@
import
{
import
{
mapState
mapState
}
from
'vuex'
}
from
'vuex'
import
{
resolve
}
from
'path'
;
// import { info } from 'console';
// import { info } from 'console';
export
default
{
export
default
{
data
()
{
data
()
{
...
@@ -286,12 +287,15 @@
...
@@ -286,12 +287,15 @@
},
},
//获取当前报名此活动者
//获取当前报名此活动者
getPerson
()
{
getPerson
()
{
getPeople
(
this
.
info
.
activityId
).
then
(
res
=>
{
// return new Promise((resolve,reject)=>{
console
.
log
(
"报名信息"
,
res
);
getPeople
(
this
.
info
.
activityId
).
then
(
res
=>
{
if
(
res
.
length
>
0
)
{
console
.
log
(
"报名信息"
,
res
);
this
.
peopleList
=
res
if
(
res
.
length
>
0
)
{
}
this
.
peopleList
=
res
})
}
})
resolve
()
// })
},
},
//活动详情
//活动详情
getActivityDetial
(
id
)
{
getActivityDetial
(
id
)
{
...
@@ -358,6 +362,26 @@
...
@@ -358,6 +362,26 @@
}
}
addTjtActivitySignupExams
(
this
.
info
).
then
(
res
=>
{
addTjtActivitySignupExams
(
this
.
info
).
then
(
res
=>
{
console
.
log
(
res
);
console
.
log
(
res
);
this
.
cityIndex
=
this
.
cityList
.
length
-
1
this
.
cityCode
=
''
this
.
info
.
cityId
=
''
this
.
areaIndex
=
16
this
.
areaDisable
=
true
this
.
areaCode
=
''
this
.
info
.
cityAreaId
=
''
this
.
schoolIndex
=
-
1
this
.
schoolCode
=
''
this
.
info
.
schoolId
=
''
this
.
schoolDisable
=
true
this
.
info
.
idFlag
=
false
this
.
info
.
areaId
=
1
this
.
info
.
parentName
=
''
this
.
info
.
name
=
''
this
.
info
.
phone
=
''
this
.
info
.
idCard
=
''
this
.
info
.
cityId
=
''
this
.
info
.
cityAreaId
=
''
this
.
info
.
schoolId
=
''
if
(
res
>=
0
&&
res
!==
''
)
{
if
(
res
>=
0
&&
res
!==
''
)
{
if
(
Date
.
parse
(
this
.
activityInfo
.
activityStart
)
>
new
Date
())
{
if
(
Date
.
parse
(
this
.
activityInfo
.
activityStart
)
>
new
Date
())
{
this
.
cityCancel
()
this
.
cityCancel
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment