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