+ confirm dialog + loginpage throwout
This commit is contained in:
@@ -190,9 +190,8 @@ onMounted(async () => {
|
|||||||
console.log('deleteRecurrent2')
|
console.log('deleteRecurrent2')
|
||||||
if (tgApp.initData) {
|
if (tgApp.initData) {
|
||||||
console.log('deleteRecurrent3')
|
console.log('deleteRecurrent3')
|
||||||
tgApp.showConfirm(deleteAlertMessage.value, async (bnt_id) => {
|
tgApp.showConfirm(deleteAlertMessage.value, async (confirmed) => {
|
||||||
console.log(bnt_id)
|
if (confirmed) {
|
||||||
if (bnt_id === 'ok') {
|
|
||||||
console.log("recurrent id is deleted")
|
console.log("recurrent id is deleted")
|
||||||
await deleteRecurrent()
|
await deleteRecurrent()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user