Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
6208e6470fde5032f54708da609443e1a7b6084e
1 parent
5c0c48ba
修改登录注册 Bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
template/m.yohobuy.com/actions/passport/login/index.phtml
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
template/m.yohobuy.com/actions/passport/login/index.phtml
View file @
6208e64
...
...
@@ -15,7 +15,6 @@
<span
id=
"forget-pwd"
class=
"forget-pwd"
>忘记密码</span>
</p>
<div
class=
"third-party-login"
>
<span>其他登录方式</span>
<div
class=
"tp-link"
>
<a
class=
"qq"
href=
{
{qqLoginUrl
}
}></a>
<a
class=
"wechat"
href=
{
{wechatLoginUrl
}
}></a>
...
...
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Bind.php
View file @
6208e64
...
...
@@ -36,6 +36,7 @@ class BindController extends AbstractAction
'openId'
=>
$openId
,
// openId
'areaCode'
=>
'+86'
,
//默认区号
'countrys'
=>
RegData
::
getAreasData
(),
//国别码
'serviceUrl'
=>
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='
,
//在线客服
// 'nickname' => $nickname, //昵称
);
...
...
Please
register
or
login
to post a comment