Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
e55c49e5
Commit
e55c49e5
authored
Dec 01, 2022
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge apply
parent
0d66b279
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
pages/application-process/basic-info.vue
+1
-0
pages/invitationRegister/invitationlogin.vue
+1
-3
No files found.
pages/application-process/basic-info.vue
View file @
e55c49e5
...
...
@@ -115,6 +115,7 @@
idNo
:
''
,
birthday
:
''
,
areaId
:
''
,
approvalStatus
:
0
// birthday:`${new Date().getFullYear()}-${new Date().getMonth() + 1} -${new Date().getDate()}`,
},
idTypesList
:[{
id
:
null
,
name
:
'请选择'
}],
...
...
pages/invitationRegister/invitationlogin.vue
View file @
e55c49e5
...
...
@@ -73,8 +73,6 @@
}
else
{
common
.
errorDialog
(
2
,
'手机号校验错误'
)
}
},
delayTime
()
{
this
.
disabledSendBtn
=
true
;
...
...
@@ -91,7 +89,7 @@
},
nextstep
(){
uni
.
navigateTo
({
url
:
'/pages/application-process/basic-info'
url
:
`/pages/application-process/basic-info?shareId=
${
this
.
form
.
id
}
`
})
}
}
...
...
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