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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-10-21 16:00:18 +0800
Commit
dec0b9f112ac125f0a27c64ab9225c47ad628a4f
1 parent
e25c6a91
data st fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
docs/data-structure.md
docs/data-structure.md
View file @
dec0b9f
...
...
@@ -728,7 +728,9 @@
## 商品列表页
{
goodList: {
search: '', //是否显示搜索栏并指定初始值
search: {
default: ''
}, //是否显示搜索栏并指定初始值
brandWay: { //品牌入口
url: '',
thumb: '',
...
...
@@ -736,6 +738,7 @@
},
brand: {
id: 0,
banner: ''
intro: '...'
},
new:
[
...
...
Please
register
or
login
to post a comment