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
f89463a6
authored
Feb 22, 2021
by
MichaelJier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
1. 在没有红包雨id的情况下不checkRainIsOpen
parent
699a852d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
components/modules/redBox/rain/index.vue
+1
-2
No files found.
components/modules/redBox/rain/index.vue
View file @
f89463a6
...
@@ -84,8 +84,7 @@ export default {
...
@@ -84,8 +84,7 @@ export default {
}
}
},
},
async
checkRainIsOpen
()
{
async
checkRainIsOpen
()
{
console
.
log
(
'checkRainIsOpen'
,
this
.
userInfo
.
id
)
if
(
this
.
userInfo
.
id
&&
this
.
rainInfo
.
id
){
if
(
this
.
userInfo
.
id
){
const
res
=
await
checkRainIsOpen
({
const
res
=
await
checkRainIsOpen
({
uin
:
this
.
channelInfo
.
uin
,
uin
:
this
.
channelInfo
.
uin
,
id
:
this
.
rainInfo
.
id
id
:
this
.
rainInfo
.
id
...
...
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