Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
unknown
2016-01-19 16:45:43 +0800
Commit
467b7fd253ec1762cb1ad9547625ee9c83b6789b
1 parent
ef930cc3
删除第三方登录代码 @review by 王成龙
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
48 deletions
template/www.yohobuy.com/actions/passport/login/third-party.phtml
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Login.php
template/www.yohobuy.com/actions/passport/login/third-party.phtml
deleted
100644 → 0
View file @
ef930cc
{
{>
layout/simple-header
}
}
<div
class=
"login-page passport-page yoho-page clearfix"
>
<div
class=
"bindwrapper"
>
<h
3
class=
"welcomeword"
>欢迎加入<span
class=
"yoho"
>YOHO!FAMILY</span></h
3
>
<p
class=
"safeword"
>为了您的账户安全,请您完善账户信息,以便为您提供更优质的服务</p>
<form
action=
""
id=
"bindmobileform"
>
<div
class=
"yohobindrow"
>
<div
class=
"name areatag"
>地区</div>
<div
class=
"content"
>
<div
class=
"yohoselectarea"
>
<div
class=
"optionshow"
>
<span
class=
"areaname"
id=
"areaname"
>中国</span><span
class=
"righttag"
></span>
</div>
<div
class=
"optionslist hide"
>
<div
class=
"optionitem"
areanum=
"+88"
>中国香港</div>
<div
class=
"optionitem"
areanum=
"+87"
>中国台湾</div>
<div
class=
"optionitem"
areanum=
"+86"
>中国</div>
</div>
</div>
</div>
</div>
<div
class=
"yohobindrow"
>
<div
class=
"name phonetag"
>手机号码</div>
<div
class=
"content"
>
<div
class=
"yohophonewrapper"
><div
class=
"areanum"
id=
"areanum"
>+
86
</div><input
type=
"text"
class=
"phonenum"
/></div>
</div>
</div>
</form>
<div
class=
"protoctolwrapper"
>
<div
class=
"choosewrapper"
><input
type=
"checkbox"
class=
"choosetag"
></div>
<span>我已阅读并同意遵守<a
href=
""
class=
"protoctol"
>YOHO!有货服务条款</a></span>
</div>
<div
class=
"btnwrapper"
>
<a
href=
"javascript:void(0)"
class=
"yohobindbtn"
id=
"bindfirststep"
>下一步</a>
</div>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
yohobuy/www.yohobuy.com/application/modules/Passport/controllers/Login.php
View file @
467b7fd
...
...
@@ -231,13 +231,4 @@ class LoginController extends WebAction
}
return
$str
;
}
public
function
thirdPartyAction
()
{
$data
=
array
(
'thirdParty'
=>
array
(
)
);
$this
->
_view
->
display
(
'third-party'
,
$data
);
}
}
...
...
Please
register
or
login
to post a comment