algun avance tengo
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user