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
28638fd2
Commit
28638fd2
authored
Feb 19, 2020
by
sjf1256754123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update leader.vue
parent
1b1fe8d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
leader.vue
pages/leader/leader.vue
+12
-12
No files found.
pages/leader/leader.vue
View file @
28638fd2
<
template
>
<
template
>
<view
class=
"leader"
>
<view
class=
"leader"
>
<view
class=
"tips"
>
提示;请输入您申报复工时同样的信息(名字,手机号,身份证)!
</view>
<form
@
submit=
"formSubmit"
@
reset=
"formReset"
>
<form
@
submit=
"formSubmit"
@
reset=
"formReset"
>
<view
class=
"cu-form-group"
>
<view
class=
"cu-form-group"
>
<view
class=
"title"
><span
style=
"color:red;display: inline-block; vertical-align:inherit;margin-right:4upx"
>
*
</span>
姓名
</view>
<view
class=
"title"
><span
style=
"color:red;display: inline-block; vertical-align:inherit;margin-right:4upx"
>
*
</span>
姓名
</view>
...
@@ -45,22 +48,17 @@
...
@@ -45,22 +48,17 @@
icon
:
'
success
'
,
icon
:
'
success
'
,
title
:
'
注册成功!
'
title
:
'
注册成功!
'
})
})
setTimeout
(
function
()
{
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'
/pages/index/index
'
,
url
:
'
/pages/index/index
'
,
});
});
},
1500
);
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
icon
:
'
none
'
,
icon
:
'
none
'
,
title
:
d
.
message
title
:
d
.
message
})
})
setTimeout
(
function
()
{
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'
/pages/index/index
'
,
url
:
'
/pages/index/index
'
,
});
});
},
1500
);
}
}
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
console
.
log
(
err
)
console
.
log
(
err
)
...
@@ -77,6 +75,8 @@
...
@@ -77,6 +75,8 @@
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.leader
{
.tips
{
font-size
:
32
upx
;
padding
:
40
upx
;
}
}
</
style
>
</
style
>
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