Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
epidemic
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
史锦峰
epidemic
Commits
4c98bba5
Commit
4c98bba5
authored
5 years ago
by
sjf1256754123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update leader.vue
parent
fbbae078
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
leader.vue
pages/leader/leader.vue
+12
-7
No files found.
pages/leader/leader.vue
View file @
4c98bba5
...
...
@@ -3,7 +3,7 @@
<form
@
submit=
"formSubmit"
@
reset=
"formReset"
>
<view
class=
"cu-form-group"
>
<view
class=
"title"
><span
style=
"color:red;display: inline-block; vertical-align:inherit;margin-right:4upx"
>
*
</span>
姓名
</view>
<input
class=
"text-right"
placeholder=
"请输入姓名"
:value=
"form.name"
name=
"input"
@
input=
"updateInputVal($event,'name')"
></input>
<input
class=
"text-right"
placeholder=
"请输入姓名
(注意简繁体)
"
:value=
"form.name"
name=
"input"
@
input=
"updateInputVal($event,'name')"
></input>
</view>
<view
class=
"cu-form-group"
>
<view
class=
"title"
>
手机号码
</view>
...
...
@@ -55,17 +55,22 @@
icon
:
'
success
'
,
title
:
'
注册成功!
'
})
uni
.
navigateTo
({
url
:
'
/pages/index/index
'
,
});
setTimeout
(
function
()
{
uni
.
navigateTo
({
url
:
'
/pages/index/index
'
,
});
},
1500
);
}
else
{
uni
.
showToast
({
icon
:
'
none
'
,
title
:
d
.
message
})
uni
.
navigateTo
({
url
:
'
/pages/index/index
'
,
});
setTimeout
(
function
()
{
uni
.
navigateTo
({
url
:
'
/pages/index/index
'
,
});
},
1500
);
}
}).
catch
(
err
=>
{
console
.
log
(
err
)
...
...
This diff is collapsed.
Click to expand it.
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