...
|
...
|
@@ -86,6 +86,7 @@ class BindController extends AbstractAction |
|
|
$sourceType = $this->get('sourceType');
|
|
|
$nickname = $this->get('nickname');
|
|
|
$areaCode = $this->get('areaCode', '86');
|
|
|
$phoneNum=$this->get('phoneNum');
|
|
|
$data = array(
|
|
|
'bindPwd'=>true,//js标识
|
|
|
'backUrl' => '/', // 返回的URL链接
|
...
|
...
|
@@ -94,7 +95,8 @@ class BindController extends AbstractAction |
|
|
'sourceType' => $sourceType, // 第三方登录来源
|
|
|
'openId' => $openId, // openId
|
|
|
'nickname' => $nickname, //昵称
|
|
|
'areaCode' => $areaCode //国别码
|
|
|
'areaCode' => $areaCode, //国别码
|
|
|
'phoneNum' => $phoneNum //国别码
|
|
|
);
|
|
|
|
|
|
// 渲染模板
|
...
|
...
|
|