Authored by biao

update

... ... @@ -609,8 +609,6 @@
{
countrys: [...], //区域列表
countryCode: '' //默认区号
platform: 'qq' //用户在登录页选择的第三方登录平台
openId: '' //第三方登录平台id,用于绑定手机号
}
//验证码
... ... @@ -628,8 +626,10 @@
//绑定页
{
countrys: [...], //区域列表
countryCode: '' //默认区号
countrys: [...], //区域列表
areaCode: '', //默认区号
sourceType: 'qq', //用户在登录页选择的第三方登录平台
openId: '' //第三方登录平台id,用于绑定手机号
}
//验证码
... ... @@ -838,7 +838,7 @@
},
...
],
totalNum: 20
}
... ... @@ -1269,7 +1269,7 @@
'id' : '',
'preferenceUrl' :''
}
### 评价列表页面
### 评价列表页面
{
'comments':{
'list' : [
... ...
{{> layout/header}}
<div class="bind-code-page passport-page yoho-page">
{{> passport/code}}
</div>
{{> layout/footer}}
... ...
{{> layout/header}}
<div class="bind-password-page passport-page yoho-page">
{{> passport/header}}
<div class="content">
<div class="input-container row has-eye">
<input id="pwd" class="input pwd" type="text" placeholder="请输入密码" autocomplete="off" maxlength="20">
</div>
<span id="btn-sure" class="btn btn-sure disable row">确定</span>
</div>
<input id="phone-num" type="hidden" value={{phoneNum}}>
<input id="area-code" type="hidden" value={{areaCode}}>
<input id="token" type="hidden" value={{token}}>
</div>
{{> layout/footer}}
... ...