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
xuqi
2015-10-12 20:32:05 +0800
Commit
9c9d6d49124a3fff626bc77895ccd1fa1734106b
1 parent
314448eb
entry
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
docs/data-structure.md
static/js/guang/index.js
docs/data-structure.md
View file @
9c9d6d4
...
...
@@ -243,7 +243,8 @@
publishTime: '',
pageView: '',
like: {
isLiked: true
isLiked: true,
count: 1
},
share: false,
isFashionMan: true, //标签分类:isTip、isCollocation、isFashionMan、isFashionGood、isTopic
...
...
@@ -252,8 +253,8 @@
avatar: '',
name: ''
}
}
### 逛首页
{
...
...
static/js/guang/index.js
View file @
9c9d6d4
...
...
@@ -6,3 +6,6 @@
require
(
'./plus-star/list'
);
require
(
'./plus-star/detail'
);
require
(
'./home'
);
require
(
'./list'
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment