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
830c9b66
Commit
830c9b66
authored
May 13, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
f65f0e84
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
22 deletions
+3
-22
addons/theme/stv1/_header_w3g.html
+1
-0
apps/basic/Tpl/default/Passport/login_w3g.html
+1
-9
apps/basic/Tpl/default/Passport/reg_w3g.html
+1
-13
apps/home/Tpl/default/Repwd/index_w3g.html
+0
-0
No files found.
addons/theme/stv1/_header_w3g.html
View file @
830c9b66
...
...
@@ -34,6 +34,7 @@
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/vant@2.6/lib/index.css"
/>
<script
src=
"https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/vant@2.6/lib/vant.min.js"
></script>
<script
src=
"__THEMEW3G__/js/extension.js"
charset=
"utf-8"
></script>
<script>
//全局变量
...
...
apps/basic/Tpl/default/Passport/login_w3g.html
View file @
830c9b66
...
...
@@ -53,7 +53,7 @@
<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/pwd_icon.png"
v-model=
"password"
type=
"password"
placeholder=
"请输入6~18位密码"
></van-field>
<van-field
class=
"login_input"
left-icon=
"__THEME__/img/pwd_icon.png"
v-model=
"password"
type=
"password"
maxlength=
"18"
placeholder=
"请输入6~18位密码"
></van-field>
<div
class=
"van-hairline--bottom"
style=
"transform: scaleY(.5);"
></div>
</div>
<div
class=
"layout_h_b login_action_bar"
>
...
...
@@ -74,14 +74,6 @@
$
(
"#preloader"
).
hide
()
});
String
.
prototype
.
isMobile
=
function
()
{
return
(
/^1
[
3|4|5|6|7|8|9
]\d{9}
$/
.
test
(
this
));
}
String
.
prototype
.
isPwd
=
function
()
{
return
this
.
length
>=
6
&&
this
.
length
<=
18
}
new
Vue
({
el
:
'#app'
,
data
:
function
()
{
...
...
apps/basic/Tpl/default/Passport/reg_w3g.html
View file @
830c9b66
...
...
@@ -107,7 +107,7 @@
</div>
</template>
</van-field>
<van-field
v-model=
"password"
label=
"密码"
type=
"password"
maxlength=
"1
6
"
placeholder=
"请输入6~18位密码"
></van-field>
<van-field
v-model=
"password"
label=
"密码"
type=
"password"
maxlength=
"1
8
"
placeholder=
"请输入6~18位密码"
></van-field>
<div
@
click=
"onConfirm"
:class=
"isOk ? 'confirm_button' : 'confirm_button_disable'"
style=
"margin-top: 6.625rem;"
>
<span>
注册并登录
</span>
</div>
...
...
@@ -120,18 +120,6 @@
$
(
"#preloader"
).
hide
();
})
String
.
prototype
.
isMobile
=
function
()
{
return
(
/^1
[
3|4|5|6|7|8|9
]\d{9}
$/
.
test
(
this
));
}
String
.
prototype
.
isCode
=
function
()
{
return
this
.
length
==
4
||
this
.
length
==
6
}
String
.
prototype
.
isPwd
=
function
()
{
return
this
.
length
>=
6
&&
this
.
length
<=
18
}
new
Vue
({
el
:
'#app'
,
data
:
function
()
{
...
...
apps/home/Tpl/default/Repwd/index_w3g.html
View file @
830c9b66
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