增加判断

This commit is contained in:
yj 2024-11-27 09:53:03 +08:00
parent 717e0f72b6
commit 6f1ec80871
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ Page({
},
joinMeeting() {
this.closeDialog()
if (this.data.isJoin) {
return
}
this.setData({
isJoin: true
})