...
|
...
|
@@ -87,6 +87,7 @@ class BindController extends AbstractAction |
|
|
// $nickname = $this->get('nickname');
|
|
|
$areaCode = $this->get('areaCode', '86');
|
|
|
$phoneNum = $this->get('phoneNum');
|
|
|
$code = $this->get('code');
|
|
|
$data = array(
|
|
|
'bindPwd' => true, //js标识
|
|
|
'backUrl' => Helpers::url('/signin.html'), // 返回的URL链接
|
...
|
...
|
@@ -96,7 +97,8 @@ class BindController extends AbstractAction |
|
|
'openId' => $openId, // openId
|
|
|
// 'nickname' => $nickname, //昵称
|
|
|
'areaCode' => $areaCode, //国别码
|
|
|
'phoneNum' => $phoneNum //国别码
|
|
|
'phoneNum' => $phoneNum, //国别码
|
|
|
'code' => $code // 验证码
|
|
|
);
|
|
|
|
|
|
// 渲染模板
|
...
|
...
|
|