Authored by biao

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into feature/bindMobile

@@ -59,7 +59,7 @@ class BindController extends AbstractAction @@ -59,7 +59,7 @@ class BindController extends AbstractAction
59 $phoneNum=$this->get('phoneNum'); 59 $phoneNum=$this->get('phoneNum');
60 60
61 $data = array( 61 $data = array(
62 - 'bindIndex'=>true,//js标识 62 + 'bindCode'=>true,//js标识
63 'backUrl' => '/', // 返回的URL链接 63 'backUrl' => '/', // 返回的URL链接
64 'showHeaderImg' => true, // 控制显示头部图片 64 'showHeaderImg' => true, // 控制显示头部图片
65 'isPassportPage' => true, // 模板中模块标识 65 'isPassportPage' => true, // 模板中模块标识
@@ -87,7 +87,7 @@ class BindController extends AbstractAction @@ -87,7 +87,7 @@ class BindController extends AbstractAction
87 $nickname = $this->get('nickname'); 87 $nickname = $this->get('nickname');
88 $areaCode = $this->get('areaCode', '86'); 88 $areaCode = $this->get('areaCode', '86');
89 $data = array( 89 $data = array(
90 - 'bindIndex'=>true,//js标识 90 + 'bindPwd'=>true,//js标识
91 'backUrl' => '/', // 返回的URL链接 91 'backUrl' => '/', // 返回的URL链接
92 'showHeaderImg' => true, // 控制显示头部图片 92 'showHeaderImg' => true, // 控制显示头部图片
93 'isPassportPage' => true, // 模板中模块标识 93 'isPassportPage' => true, // 模板中模块标识