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
38b96b7c
Commit
38b96b7c
authored
Dec 07, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
class-className
parent
e32e3e64
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
+7
-7
No files found.
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
View file @
38b96b7c
...
...
@@ -70,36 +70,36 @@ export default class index extends Component {
return
<
li
key
=
{
index
}
className
=
'live_room_item'
>
<
img
className
=
'user__avatar'
src
=
{
item
.
avatar
}
alt
=
""
/>
<
div
className
=
'live__info'
>
<
div
class
=
"theme"
>
<
div
class
Name
=
"theme"
>
<
span
>
主题:
<
/span
>
<
p
>
{
item
.
title
}
<
/p
>
<
/div
>
<
div
class
=
"info__item"
>
<
div
class
Name
=
"info__item"
>
<
span
>
时间:
<
/span
>
<
p
>
{
item
.
date
}
<
/p
>
<
/div
>
<
div
class
=
"info__item"
>
<
div
class
Name
=
"info__item"
>
<
span
>
讲师:
<
/span
>
<
p
>
{
item
.
teacher
}
<
/p
>
<
/div
>
{
item
.
on_live
==
0
&&
item
.
is_end
==
0
&&
item
.
is_subscribe
==
0
&&
(
<
span
onClick
=
{
this
.
subscribe
(
item
.
live_id
)}
class
=
"order__btn"
>
立即预约
<
/span
>
<
span
onClick
=
{
this
.
subscribe
(
item
.
live_id
)}
class
Name
=
"order__btn"
>
立即预约
<
/span
>
)
}
{
item
.
on_live
==
0
&&
item
.
is_end
==
0
&&
item
.
is_subscribe
==
1
&&
(
<
span
onClick
=
{
this
.
tip
}
class
=
"order__btn subscribed"
>
已预约
<
/span
>
<
span
onClick
=
{
this
.
tip
}
class
Name
=
"order__btn subscribed"
>
已预约
<
/span
>
)
}
{
item
.
on_live
==
1
&&
item
.
is_end
==
0
&&
(
<
span
onClick
=
{
this
.
toLivingRoom
(
item
.
room_url
)}
class
=
"order__btn living"
>
正在直播
<
/span
>
<
span
onClick
=
{
this
.
toLivingRoom
(
item
.
room_url
)}
class
Name
=
"order__btn living"
>
正在直播
<
/span
>
)
}
{
item
.
is_end
==
1
&&
item
.
transcribe_url
!=
''
&&
(
<
span
onClick
=
{
this
.
checkVideo
(
item
.
transcribe_url
)}
class
=
"order__btn check__video"
>
查看回放
<
/span
>
<
span
onClick
=
{
this
.
checkVideo
(
item
.
transcribe_url
)}
class
Name
=
"order__btn check__video"
>
查看回放
<
/span
>
)
}
...
...
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