Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
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
于良
2016-10-19 17:26:39 +0800
Commit
a586f651bdb17ef3cd859e825fae46cd5b3b9df5
1 parent
7202a038
明星原创 tab 位置调整 review by 草莓
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
js/plustar/Plustar.js
js/plustar/Plustar.js
View file @
a586f65
...
...
@@ -59,13 +59,13 @@ function getInitSegment(type) {
//明星原创
segment
=
new
(
Record
({
0
:
new
(
Record
({
title
:
'明星潮品'
,
type
:
2
,
})),
1
:
new
(
Record
({
title
:
'原创潮牌'
,
type
:
3
,
})),
1
:
new
(
Record
({
title
:
'明星潮品'
,
type
:
2
,
})),
}));
}
return
segment
;
...
...
Please
register
or
login
to post a comment