Authored by 毕凯

修改登录注册 Bug

... ... @@ -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>
... ...
... ... @@ -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, //昵称
);
... ...