Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
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
冷斌
eduline
Commits
9fc6a545
Commit
9fc6a545
authored
May 13, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
7c17cefe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
apps/basic/Tpl/default/Passport/login_w3g.html
+2
-2
apps/basic/Tpl/default/Passport/reg_w3g.html
+2
-2
No files found.
apps/basic/Tpl/default/Passport/login_w3g.html
View file @
9fc6a545
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<div
class=
"login_input_frame layout_v"
>
<div
class=
"login_input_frame layout_v"
>
<van-field
class=
"login_input"
left-icon=
"__THEME__/img/account_icon.png"
v-model=
"phone"
type=
"tel"
placeholder=
"请输入手机号"
></van-field>
<van-field
class=
"login_input"
left-icon=
"__THEME__/img/account_icon.png"
v-model=
"phone"
type=
"tel"
placeholder=
"请输入手机号"
></van-field>
<van-field
class=
"login_input"
left-icon=
"__THEME__/img/pwd_icon.png"
v-model=
"password"
type=
"password"
placeholder=
"请输入
8~16
位密码"
></van-field>
<van-field
class=
"login_input"
left-icon=
"__THEME__/img/pwd_icon.png"
v-model=
"password"
type=
"password"
placeholder=
"请输入
6~18
位密码"
></van-field>
<div
class=
"van-hairline--bottom"
style=
"transform: scaleY(.5);"
></div>
<div
class=
"van-hairline--bottom"
style=
"transform: scaleY(.5);"
></div>
</div>
</div>
<div
class=
"layout_h_b login_action_bar"
>
<div
class=
"layout_h_b login_action_bar"
>
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
}
}
String
.
prototype
.
isPwd
=
function
()
{
String
.
prototype
.
isPwd
=
function
()
{
return
this
.
length
>=
8
&&
this
.
length
<=
16
return
this
.
length
>=
6
&&
this
.
length
<=
18
}
}
new
Vue
({
new
Vue
({
...
...
apps/basic/Tpl/default/Passport/reg_w3g.html
View file @
9fc6a545
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
</div>
</div>
</template>
</template>
</van-field>
</van-field>
<van-field
v-model=
"password"
label=
"密码"
type=
"password"
maxlength=
"16"
placeholder=
"请输入
8~16
位密码"
></van-field>
<van-field
v-model=
"password"
label=
"密码"
type=
"password"
maxlength=
"16"
placeholder=
"请输入
6~18
位密码"
></van-field>
<div
@
click=
"onConfirm"
:class=
"isOk ? 'confirm_button' : 'confirm_button_disable'"
style=
"margin-top: 6.625rem;"
>
<div
@
click=
"onConfirm"
:class=
"isOk ? 'confirm_button' : 'confirm_button_disable'"
style=
"margin-top: 6.625rem;"
>
<span>
注册并登录
</span>
<span>
注册并登录
</span>
</div>
</div>
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
}
}
String
.
prototype
.
isPwd
=
function
()
{
String
.
prototype
.
isPwd
=
function
()
{
return
this
.
length
>=
8
&&
this
.
length
<=
16
return
this
.
length
>=
6
&&
this
.
length
<=
18
}
}
new
Vue
({
new
Vue
({
...
...
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