Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
haishi
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
冷斌
haishi
Commits
274081a1
Commit
274081a1
authored
Feb 20, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
969b8c23
471f980e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
themes/simplebootx/Appapi/Auth/authstep.html
+2
-2
themes/simplebootx/Appapi/Auth/authstep2.html
+1
-1
No files found.
themes/simplebootx/Appapi/Auth/authstep.html
View file @
274081a1
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
</div>
</div>
<div
class=
"list"
>
<div
class=
"list"
>
<div
class=
"list_hd"
>
手机号
</div>
<div
class=
"list_hd"
>
手机号
</div>
<input
v-model=
"form.mobile"
@
change=
"checkMobile"
class=
"list_bd"
type=
"
number
"
placeholder=
"请输入手机号"
<input
v-model=
"form.mobile"
@
change=
"checkMobile"
class=
"list_bd"
type=
"
text
"
placeholder=
"请输入手机号"
maxlength=
"
8
"
/>
maxlength=
"
11
"
/>
</div>
</div>
</div>
</div>
...
...
themes/simplebootx/Appapi/Auth/authstep2.html
View file @
274081a1
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div>
<div>
<span
class=
"span1"
>
手机号码
</span>
<span
class=
"span1"
>
手机号码
</span>
<input
type=
"text"
id=
"mobile"
value=
"{$auth['mobile']}"
readonly
/>
<input
type=
"text"
id=
"mobile"
value=
"{$auth['mobile']}"
readonly
maxlength=
"11"
/>
</div>
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
</div>
</div>
...
...
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