mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -40,7 +40,7 @@ export class ChatPopoverPage implements OnInit {
|
||||
leaveGroup(){
|
||||
console.log('leave');
|
||||
|
||||
/* let body = { "roomId":this.roomId, }
|
||||
let body = { "roomId":this.roomId, }
|
||||
|
||||
this.chatService.getRoomInfo(this.roomId).subscribe(room=>{
|
||||
this.room = room['room'];
|
||||
@@ -55,7 +55,7 @@ export class ChatPopoverPage implements OnInit {
|
||||
console.log(res);
|
||||
});
|
||||
}
|
||||
}); */
|
||||
});
|
||||
this.modalController.dismiss('leave');
|
||||
}
|
||||
//Delete
|
||||
@@ -79,7 +79,8 @@ export class ChatPopoverPage implements OnInit {
|
||||
}
|
||||
|
||||
async openChangeGroupName(){
|
||||
const modal = await this.modalController.create({
|
||||
this.modalController.dismiss('edit');
|
||||
/* const modal = await this.modalController.create({
|
||||
component: EditGroupPage,
|
||||
componentProps: {
|
||||
//room: this.room,
|
||||
@@ -92,7 +93,7 @@ export class ChatPopoverPage implements OnInit {
|
||||
modal.onDidDismiss().then((res)=>{
|
||||
console.log(res.data);
|
||||
this.modalController.dismiss(res.data);
|
||||
});
|
||||
}); */
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user