Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2017-06-06 14:07:57 +0800
Commit
627e8936bf83a0234d9bb7ee274e2e3e6415d7b2
1 parent
30d9260f
video-category-id
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/scss/guang/_info-list.css
utils/guang-process.js
public/scss/guang/_info-list.css
View file @
627e893
...
...
@@ -66,7 +66,7 @@
}
.guang-nav-item
{
width
:
2
5
%
;
width
:
2
0
%
;
color
:
#ccc
;
font-size
:
14
PX
;
text-align
:
center
;
...
...
utils/guang-process.js
View file @
627e893
...
...
@@ -163,7 +163,7 @@ const formatArticle = (articleData, showTag, isApp, showAuthor, uid) => {
case
'19'
:
// 专题
result
.
isSpecialTopic
=
true
;
break
;
case
'
9999
'
:
// 视频
case
'
22
'
:
// 视频
result
.
isVideo
=
true
;
break
;
case
'24'
:
// Show
...
...
Please
register
or
login
to post a comment