Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
broadcast_cloud
/
web-live
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7be060cf
authored
Jan 05, 2021
by
MichaelJier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
1. 修复引流关闭时无法点击的问题
parent
3c604654
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
components/modules/playerBox/index.vue
+1
-1
components/modules/sendBox/index.vue
+1
-1
components/modules/suspensionBox/index.vue
+1
-1
No files found.
components/modules/playerBox/index.vue
View file @
7be060cf
...
...
@@ -3,7 +3,7 @@
<div
class=
"status"
v-if=
"liveNowStatus"
v-html=
"liveNowStatus"
></div>
<div
id=
"mps"
@
click
.
stop=
"showD"
>
<div
class=
"mpstitle-name"
>
{{
channelInfo
.
channelName
}}
?true
</div>
<div
class=
"videoPlayer"
id=
"videoPlayer"
:style=
"
{pointerEvents: (count || !(drainage.drainage_model || []).includes('0')) ? 'all' : 'none'}">
<div
class=
"videoPlayer"
id=
"videoPlayer"
:style=
"
{pointerEvents: (
drainage.drainage_status === 0 ||
count || !(drainage.drainage_model || []).includes('0')) ? 'all' : 'none'}">
<div
style=
"display:none;"
>
<video></video>
</div>
...
...
components/modules/sendBox/index.vue
View file @
7be060cf
<
template
>
<div
class=
"send-box"
@
click
.
stop=
"showD"
>
<div
class=
"reply-mask"
@
click=
"_remReplay"
v-if=
"chatReplyObj.id"
></div>
<div
class=
"send-wrapper"
:style=
"
{pointerEvents: (count || !(drainage.drainage_model || []).includes('1')) ? 'all' : 'none'}">
<div
class=
"send-wrapper"
:style=
"
{pointerEvents: (
drainage.drainage_status === 0 ||
count || !(drainage.drainage_model || []).includes('1')) ? 'all' : 'none'}">
<div
class=
"send-chat"
@
click
.
stop=
"_remEnclosure"
>
<div
class=
"user-head"
@
click
.
stop=
"_goMyCenter"
>
<i
class=
"icon"
></i>
...
...
components/modules/suspensionBox/index.vue
View file @
7be060cf
...
...
@@ -5,7 +5,7 @@
v-if=
"isToggle"
v-show=
"toggle"
ref=
"list"
:style=
"
{pointerEvents: (count || !(drainage.drainage_model || []).includes('1')) ? 'all' : 'none'}"
:style=
"
{pointerEvents: (
drainage.drainage_status === 0 ||
count || !(drainage.drainage_model || []).includes('1')) ? 'all' : 'none'}"
>
<div
class=
"menu-item"
v-if=
"isOffice"
>
<!-- 文档 -->
...
...
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