匿名用户禁止进入提示
This commit is contained in:
parent
d0c8f67f3a
commit
b916bb3a2f
|
|
@ -232,6 +232,16 @@ Page({
|
||||||
content: '房间号不存在!',
|
content: '房间号不存在!',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
Message.error({
|
||||||
|
context: this,
|
||||||
|
offset: [90, 32],
|
||||||
|
duration: 3000,
|
||||||
|
content: res.message,
|
||||||
|
});
|
||||||
|
this.setData({
|
||||||
|
isJoin: false
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.setData({
|
this.setData({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue