Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
edd0764c
Commit
edd0764c
authored
Dec 14, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '00' of gitlab.julyedu.com:baiguangyao/mr-julyedu into 00
parents
e5d2197c
71b4f546
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
src/components/activity/newyear-2019/preheat/index.js
+6
-0
src/components/activity/newyear-2019/preheat/nav.js
+3
-3
No files found.
src/components/activity/newyear-2019/preheat/index.js
View file @
edd0764c
...
@@ -174,11 +174,17 @@ export default class index extends Component {
...
@@ -174,11 +174,17 @@ export default class index extends Component {
<
div
className
=
'nav-right'
>
<
div
className
=
'nav-right'
>
<
span
onClick
=
{
this
.
toBoxList
}
className
=
'nav-right__link'
>
<
span
onClick
=
{
this
.
toBoxList
}
className
=
'nav-right__link'
>
未拆宝箱
未拆宝箱
{
removable
>
0
&&
<
i
className
=
"nav-right__number"
>
{
removable
}
<
/i
>
<
i
className
=
"nav-right__number"
>
{
removable
}
<
/i
>
}
<
/span
>
<
/span
>
<
a
onClick
=
{()
=>
this
.
toYearWish
()}
className
=
'nav-right__link'
>
<
a
onClick
=
{()
=>
this
.
toYearWish
()}
className
=
'nav-right__link'
>
心愿单
心愿单
{
this
.
state
.
txt1
>
0
&&
<
i
className
=
"nav-right__number"
>
{
this
.
state
.
txt1
}
<
/i
>
<
i
className
=
"nav-right__number"
>
{
this
.
state
.
txt1
}
<
/i
>
}
<
/a
>
<
/a
>
<
/div
>
<
/div
>
{
/* 大咖直播 */
}
{
/* 大咖直播 */
}
...
...
src/components/activity/newyear-2019/preheat/nav.js
View file @
edd0764c
...
@@ -25,15 +25,15 @@ class TreasureNav extends Component {
...
@@ -25,15 +25,15 @@ class TreasureNav extends Component {
},
},
{
{
id
:
'year-free'
,
id
:
'year-free'
,
name
:
'免费
专区
'
name
:
'免费
学
'
},
},
{
{
id
:
'year-group'
,
id
:
'year-group'
,
name
:
'
一
分拼团'
name
:
'
1
分拼团'
},
},
{
{
id
:
'year-discount'
,
id
:
'year-discount'
,
name
:
'
一折
专区'
name
:
'
抄低
专区'
},
},
]
]
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment