algun avance tengo

This commit is contained in:
2025-01-10 04:47:22 -03:00
parent d49e7ec0a1
commit 5f56b32afa
7 changed files with 95 additions and 19 deletions
+9 -1
View File
@@ -182,8 +182,16 @@
if (responce.ok){
let data = await responce.json();
modaldata = data.message;
if (mostrarleidos) {
Leidos();
} else {
SinLeer();
}
return;
}
let dataaa = await responce.json();
modaldata = dataaa.message;
} catch {
modaldata = "no se pudo comunicar con el Servidor";
}