This commit is contained in:
Peter Maquiran
2023-07-14 10:19:33 +01:00
parent 63abde5697
commit c62c14c30b
35 changed files with 347 additions and 40 deletions
@@ -68,6 +68,8 @@ export class DespachosOptionsPage implements OnInit {
await modal.present();
modal.onDidDismiss().then( res => {
// this.goBack();
}, (error) => {
console.log(error)
});
}
@@ -103,6 +105,8 @@ export class DespachosOptionsPage implements OnInit {
if(res['data']=='close'){
this.goBack('back');
}
}, (error) => {
console.log(error)
});
}
@@ -126,6 +130,8 @@ export class DespachosOptionsPage implements OnInit {
await modal.present();
modal.onDidDismiss().then(() => {
this.goBack('no');
}, (error) => {
console.log(error)
})
}
@@ -154,6 +160,8 @@ export class DespachosOptionsPage implements OnInit {
}
}
}, (error) => {
console.log(error)
});
}
@@ -241,6 +249,8 @@ export class DespachosOptionsPage implements OnInit {
}
}
}, (error) => {
console.log(error)
});
}