Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
unknown
2015-12-02 15:24:05 +0800
Commit
7fb9ac2784e899c72a38689b4d60126a27f38688
1 parent
d4b22b83
男首数据文档
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletions
docs/web-data-structure.md
docs/web-data-structure.md
View file @
7fb9ac2
...
...
@@ -24,8 +24,24 @@
},
...
],
//最新速报
newReport: {
name: '', //楼层标题
name: '最新速报 NEW!', //楼层标题
list: [
{
'href': '',
'img': ''
},
]
},
//优选品牌
preferenceBrand: {
name: '优选品牌 BRAND', //楼层标题
imgBrand: [
{
}
]
}
]
}
...
...
Please
register
or
login
to post a comment