Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
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
冷斌
xiaozhan
Commits
d36ff2ff
Commit
d36ff2ff
authored
Feb 14, 2020
by
liuhailong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建家族申请按钮
parent
15641d71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
themes/simplebootx/Appapi/Family/apply.html
+2
-2
No files found.
themes/simplebootx/Appapi/Family/apply.html
View file @
d36ff2ff
...
...
@@ -20,14 +20,14 @@
</div>
<div
class=
"list"
>
<div
class=
"listHd"
>
手机号码
</div>
<input
class=
"listBd"
v-model=
"form.mobile"
@
change=
"checkMobile"
placeholder=
"请输入您的手机号"
type=
"
text
"
/>
<input
class=
"listBd"
v-model=
"form.mobile"
@
change=
"checkMobile"
placeholder=
"请输入您的手机号"
type=
"
number"
maxlength=
"11
"
/>
<div
class=
"xing"
>
*
</div>
</div>
<div
class=
"list"
>
<div
class=
"listHd"
>
备注
</div>
<input
class=
"listBd"
v-model=
"form.comment"
placeholder=
"填写备注"
type=
"text"
/>
</div>
<div
class=
"btnBox"
>
<div
class=
"btnBox"
style=
"box-shadow: none; margin-bottom: .5rem;"
>
<button
type=
"button"
:class=
"[isSubmit ? 'btnOne' : 'btnTwo']"
@
click=
"submit"
:disabled=
"isSubmit"
>
申请创建
</button>
...
...
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