Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
hf
2015-09-30 11:30:02 +0800
Commit
681ab95bac2ac838153712f2f9e825bfda8c0932
2 parents
28afe084
51dde998
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
17 deletions
.gitignore
docs/data-structure.md
.gitignore
View file @
681ab95
...
...
@@ -2,4 +2,5 @@ nbproject
.project
.idea
#.gitignore
.gitmodules
\ No newline at end of file
.gitmodules
compile/
\ No newline at end of file
...
...
docs/data-structure.md
View file @
681ab95
...
...
@@ -68,6 +68,34 @@
### 站点头部和尾部
//header
{
header: {
back: true/false,
title: '',
home: '' //对应页面有就传,没有就不传
}
}
//footer已登录
{
footer: {
name: '',
url: '',
signoutUrl: ''
}
}
//footer未登录
{
footer: {
loginUrl: '',
signupUrl: ''
}
}
## 首页
{
headerDownload: {
img: '',
...
...
@@ -77,22 +105,6 @@
bgColor: '',
searchUrl: ''
},
footer: {
//--已登录--
user: {
name: '',
url: '',
signoutUrl: ''
}
//--未登录--
// loginUrl: '',
// signupUrl: ''
}
}
## 首页
{
content:
[
//banner
{
...
...
Please
register
or
login
to post a comment