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