This commit is contained in:
Peter Maquiran
2023-02-02 18:22:31 +01:00
parent 6f2b3e82b1
commit 702cb9429a
39 changed files with 124 additions and 126 deletions
@@ -184,7 +184,7 @@ export class PedidoPage implements OnInit {
window.history.back();
}
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest('Processo não encontrado')
@@ -380,7 +380,7 @@ export class PedidoPage implements OnInit {
this.close();
} catch (error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest()
@@ -405,7 +405,7 @@ export class PedidoPage implements OnInit {
this.close();
} catch (error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest()
@@ -435,7 +435,7 @@ export class PedidoPage implements OnInit {
this.close();
} catch (error) {
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest()
@@ -454,7 +454,7 @@ export class PedidoPage implements OnInit {
}, (error) => {
loader.remove()
if(error.status == 0) {
this.toastService._badRequest('sem conexão ao servidor')
this.toastService._badRequest('Sem acesso à internet. Por favor verifique sua conexão')
} else {
this.toastService._badRequest('Processo não encontrado')