增加判断
This commit is contained in:
parent
717e0f72b6
commit
6f1ec80871
|
|
@ -92,6 +92,9 @@ Page({
|
||||||
},
|
},
|
||||||
joinMeeting() {
|
joinMeeting() {
|
||||||
this.closeDialog()
|
this.closeDialog()
|
||||||
|
if (this.data.isJoin) {
|
||||||
|
return
|
||||||
|
}
|
||||||
this.setData({
|
this.setData({
|
||||||
isJoin: true
|
isJoin: true
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue