Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
石盼盼
wandouchengzhang_coach
Commits
45ee049f
Commit
45ee049f
authored
Dec 11, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请资料手机号问题
parent
5a9b25b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
apply.js
pages/sign/apply/apply.js
+2
-2
applyResult.js
pages/sign/applyResult/applyResult.js
+2
-2
No files found.
pages/sign/apply/apply.js
View file @
45ee049f
...
...
@@ -61,7 +61,7 @@ Page({
tel
(
e
)
{
console
.
log
(
e
.
detail
);
this
.
setData
({
tel
:
e
.
detail
tel
Phone
:
e
.
detail
})
},
age
(
e
)
{
...
...
@@ -135,7 +135,7 @@ Page({
type
:
'
POST
'
,
data
:
{
role_type
:
this
.
data
.
role_type
,
mobile
:
this
.
data
.
tel
,
mobile
:
this
.
data
.
tel
Phone
,
true_name
:
this
.
data
.
name
,
sex
:
this
.
data
.
selectedIndex
+
1
,
age
:
this
.
data
.
age
,
...
...
pages/sign/applyResult/applyResult.js
View file @
45ee049f
...
...
@@ -69,7 +69,7 @@ Page({
},
tel
(
e
)
{
this
.
setData
({
t
el
:
e
.
detail
userT
el
:
e
.
detail
})
},
name
(
e
)
{
...
...
@@ -141,7 +141,7 @@ Page({
type
:
'
POST
'
,
data
:
{
role_type
:
this
.
data
.
role_type
,
mobile
:
this
.
data
.
t
el
,
mobile
:
this
.
data
.
userT
el
,
true_name
:
this
.
data
.
name
,
sex
:
this
.
data
.
selectedIndex
,
age
:
this
.
data
.
age
,
...
...
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