Commit f89463a6 by MichaelJier

fix

1. 在没有红包雨id的情况下不checkRainIsOpen
parent 699a852d
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment