Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2015-12-15 10:16:46 +0800
Commit
5a8470b02720573c65c5060bee2d2be546b96b79
1 parent
d220a08a
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
6 deletions
docs/data-structure.md
template/m.yohobuy.com/actions/passport/bind/code.phtml
template/m.yohobuy.com/actions/passport/bind/password.phtml
docs/data-structure.md
View file @
5a8470b
...
...
@@ -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' :
[
...
...
template/m.yohobuy.com/actions/passport/bind/code.phtml
0 → 100644
View file @
5a8470b
{
{>
layout/header
}
}
<div
class=
"bind-code-page passport-page yoho-page"
>
{
{>
passport/code
}
}
</div>
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/actions/passport/bind/password.phtml
0 → 100644
View file @
5a8470b
{
{>
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
}
}
...
...
Please
register
or
login
to post a comment