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
2eff8193
Commit
2eff8193
authored
Dec 19, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '00' of gitlab.julyedu.com:baiguangyao/mr-julyedu into 00
parents
48aebae9
70c7430a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
+8
-1
src/components/activity/newyear-2019/preheat/LiveRoom/index.scss
+4
-0
No files found.
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
View file @
2eff8193
...
...
@@ -166,11 +166,18 @@ class LiveRoom extends Component {
<
span
onClick
=
{
()
=>
this
.
subscribe
(
item
.
live_id
)}
className
=
"order__btn"
>
立即预约
<
/span
>
)
}
{
item
.
is_end
==
1
&&
item
.
transcribe_url
==
''
&&
(
<
span
className
=
"order__btn live__end"
>
已结束
<
/span
>
)
}
{
item
.
on_live
==
0
&&
item
.
is_end
==
0
&&
item
.
is_subscribe
==
1
&&
(
<
span
onClick
=
{
this
.
tip
}
className
=
"order__btn subscribed"
>
已预约
<
/span
>
)
}
}
{
item
.
on_live
==
1
&&
item
.
is_end
==
0
&&
(
<
span
onClick
=
{()
=>
this
.
toLivingRoom
(
item
.
room_url
)}
className
=
"order__btn living"
>
正在直播
<
/span
>
...
...
src/components/activity/newyear-2019/preheat/LiveRoom/index.scss
View file @
2eff8193
...
...
@@ -91,6 +91,10 @@
.subscribed
{
background
:
rgba
(
254
,
228
,
29
,
1
);
}
.live__end
{
background
:
rgba
(
82
,
92
,
101
,
.3
);
color
:
#fff
;
}
.living
{
background
:
rgba
(
0
,
153
,
255
,
1
);
color
:
#fff
;
...
...
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