Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
224277a048a224355af86acd5e7641ec27f38980
1 parent
273037c3
login data structure
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
1 deletions
docs/web-data-structure.md
template/www.yohobuy.com/actions/passport/login/index.phtml
docs/web-data-structure.md
View file @
224277a
...
...
@@ -490,6 +490,35 @@
}
}
## Passport
### 【公用】左侧YohoFamily LOGO
{
coverHref: '', //跳转链接,需要有跳转就传,不需要就不传
coverImg: '' //图片地址
}
### 登录页
{
passport: {
coverHref: '', //跳转链接,需要有跳转就传,不需要就不传
coverImg: '' //图片地址
countryCode: '86', //无+
countryName: '中国',
countryList: [
{
code: '',
name: ''
},
...
]
}
}
## 站点头部
{
gobuytype: 'gobuyboys',//购物车样式
...
...
template/www.yohobuy.com/actions/passport/login/index.phtml
View file @
224277a
{
{>
layout/header
}
}
{
{>
layout/
simple-
header
}
}
<div
class=
"login-page passport-page yoho-page clearfix"
>
{
{#
passport
}
}
{
{>
passport/cover
}
}
...
...
Please
register
or
login
to post a comment