明星原创 tab 位置调整 review by 草莓
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -59,13 +59,13 @@ function getInitSegment(type) { | @@ -59,13 +59,13 @@ function getInitSegment(type) { | ||
59 | //明星原创 | 59 | //明星原创 |
60 | segment = new (Record({ | 60 | segment = new (Record({ |
61 | 0: new (Record({ | 61 | 0: new (Record({ |
62 | - title: '明星潮品', | ||
63 | - type: 2, | ||
64 | - })), | ||
65 | - 1: new (Record({ | ||
66 | title: '原创潮牌', | 62 | title: '原创潮牌', |
67 | type: 3, | 63 | type: 3, |
68 | })), | 64 | })), |
65 | + 1: new (Record({ | ||
66 | + title: '明星潮品', | ||
67 | + type: 2, | ||
68 | + })), | ||
69 | })); | 69 | })); |
70 | } | 70 | } |
71 | return segment; | 71 | return segment; |
-
Please register or login to post a comment