Showing
1 changed file
with
3 additions
and
1 deletions
@@ -86,6 +86,7 @@ class BindController extends AbstractAction | @@ -86,6 +86,7 @@ class BindController extends AbstractAction | ||
86 | $sourceType = $this->get('sourceType'); | 86 | $sourceType = $this->get('sourceType'); |
87 | $nickname = $this->get('nickname'); | 87 | $nickname = $this->get('nickname'); |
88 | $areaCode = $this->get('areaCode', '86'); | 88 | $areaCode = $this->get('areaCode', '86'); |
89 | + $phoneNum=$this->get('phoneNum'); | ||
89 | $data = array( | 90 | $data = array( |
90 | 'bindPwd'=>true,//js标识 | 91 | 'bindPwd'=>true,//js标识 |
91 | 'backUrl' => '/', // 返回的URL链接 | 92 | 'backUrl' => '/', // 返回的URL链接 |
@@ -94,7 +95,8 @@ class BindController extends AbstractAction | @@ -94,7 +95,8 @@ class BindController extends AbstractAction | ||
94 | 'sourceType' => $sourceType, // 第三方登录来源 | 95 | 'sourceType' => $sourceType, // 第三方登录来源 |
95 | 'openId' => $openId, // openId | 96 | 'openId' => $openId, // openId |
96 | 'nickname' => $nickname, //昵称 | 97 | 'nickname' => $nickname, //昵称 |
97 | - 'areaCode' => $areaCode //国别码 | 98 | + 'areaCode' => $areaCode, //国别码 |
99 | + 'phoneNum' => $phoneNum //国别码 | ||
98 | ); | 100 | ); |
99 | 101 | ||
100 | // 渲染模板 | 102 | // 渲染模板 |
-
Please register or login to post a comment