Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-08-28 16:38:07 +0800
Commit
3fa28bc28525bfb643cf5a71469d03f4115be1be
1 parent
814abcc8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
apps/passport/views/action/bind/index.hbs
public/js/passport/bind/thirdlogin.js
apps/passport/views/action/bind/index.hbs
View file @
3fa28bc
...
...
@@ -148,6 +148,10 @@
已经被以上账户注册。
</h2>
<h1
class=
"usertagremind"
>
您可以更换一个新的手机号码绑定该账号,也可以使用该手机号码直接登录
</h1>
<div
class=
"gobindbottomwrapper"
>
<a
href=
"javascript:;"
class=
"logindirectly"
id=
"yohobindbtn3"
>
绑定其他手机号
</a>
<a
href=
"http://www.yohobuy.com/signin.html"
class=
"logindirectly"
id=
"logindirectly3"
>
使用手机号直接登录
</a>
</div>
</div>
</div>
</div>
...
...
public/js/passport/bind/thirdlogin.js
View file @
3fa28bc
...
...
@@ -196,6 +196,12 @@ function yohoBindBtn() {
$
(
'#alreayregist'
).
hide
();
$
(
'.backdrop'
).
hide
();
});
$
(
document
).
on
(
'click'
,
'#yohobindbtn3'
,
function
()
{
$
(
'.phonenum'
).
val
(
''
);
$
(
'#norelate'
).
hide
();
$
(
'.backdrop'
).
hide
();
});
}
/**
...
...
Please
register
or
login
to post a comment