Authored by biao

update

@@ -609,8 +609,6 @@ @@ -609,8 +609,6 @@
609 { 609 {
610 countrys: [...], //区域列表 610 countrys: [...], //区域列表
611 countryCode: '' //默认区号 611 countryCode: '' //默认区号
612 - platform: 'qq' //用户在登录页选择的第三方登录平台  
613 - openId: '' //第三方登录平台id,用于绑定手机号  
614 } 612 }
615 613
616 //验证码 614 //验证码
@@ -629,7 +627,9 @@ @@ -629,7 +627,9 @@
629 //绑定页 627 //绑定页
630 { 628 {
631 countrys: [...], //区域列表 629 countrys: [...], //区域列表
632 - countryCode: '' //默认区号 630 + areaCode: '', //默认区号
  631 + sourceType: 'qq', //用户在登录页选择的第三方登录平台
  632 + openId: '' //第三方登录平台id,用于绑定手机号
633 } 633 }
634 634
635 //验证码 635 //验证码
  1 +{{> layout/header}}
  2 +<div class="bind-code-page passport-page yoho-page">
  3 + {{> passport/code}}
  4 +</div>
  5 +{{> layout/footer}}
  1 +{{> layout/header}}
  2 +<div class="bind-password-page passport-page yoho-page">
  3 + {{> passport/header}}
  4 + <div class="content">
  5 + <div class="input-container row has-eye">
  6 + <input id="pwd" class="input pwd" type="text" placeholder="请输入密码" autocomplete="off" maxlength="20">
  7 + </div>
  8 + <span id="btn-sure" class="btn btn-sure disable row">确定</span>
  9 + </div>
  10 + <input id="phone-num" type="hidden" value={{phoneNum}}>
  11 + <input id="area-code" type="hidden" value={{areaCode}}>
  12 + <input id="token" type="hidden" value={{token}}>
  13 +</div>
  14 +{{> layout/footer}}