From d5eed28e60b4db0c7f600e78d3a2a3291c1beba5 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Tue, 31 Dec 2019 11:51:29 -0300 Subject: [PATCH] quitado evento drag de imagenes --- src/app/app-routing.module.ts | 11 ++++- src/app/modules/carrito/carrito.component.html | 54 ++++++++++++++++++---- .../info-formas-pago.component.html | 35 ++++++++++++-- .../opcion-pedido/opcion-pedido.component.html | 45 ++++++++++++++---- .../seleccion-articulos.component.html | 27 +++++++++-- .../splash-screen/splash-screen.component.html | 14 +++++- src/app/shared/footer/footer.component.html | 14 +++++- 7 files changed, 169 insertions(+), 31 deletions(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 754d2f0..c93a893 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -22,7 +22,16 @@ const routes: Routes = [ loadChildren: () => import('./modules/seleccion-articulos/seleccion-articulos.module').then(m => m.SeleccionArticulosModule) }, { - path: 'carrito', loadChildren: () => import('./modules/carrito/carrito.module').then(m => m.CarritoModule) + path: 'carrito', + loadChildren: () => import('./modules/carrito/carrito.module').then(m => m.CarritoModule) + }, + { + path: 'forma-pago', + loadChildren: () => import('./modules/forma-pago/forma-pago.module').then(m => m.FormaPagoModule) + }, + { + path: 'pago-electronico', + loadChildren: () => import('./modules/pago-electronico/pago-electronico.module').then(m => m.PagoElectronicoModule) }, ] }, diff --git a/src/app/modules/carrito/carrito.component.html b/src/app/modules/carrito/carrito.component.html index f319460..3605c07 100644 --- a/src/app/modules/carrito/carrito.component.html +++ b/src/app/modules/carrito/carrito.component.html @@ -22,7 +22,12 @@
- +

{{'CORTADO'}}

@@ -35,14 +40,24 @@
- +

{{55}}

- +
@@ -56,7 +71,12 @@
CAMBIAR - +
@@ -67,7 +87,12 @@
ELIMINAR - +
@@ -77,20 +102,33 @@
-
+
CONTINUAR - +
+
SEGUIR COMPRANDO - +
diff --git a/src/app/modules/info-formas-pago/info-formas-pago.component.html b/src/app/modules/info-formas-pago/info-formas-pago.component.html index e095499..c40fe93 100644 --- a/src/app/modules/info-formas-pago/info-formas-pago.component.html +++ b/src/app/modules/info-formas-pago/info-formas-pago.component.html @@ -1,29 +1,54 @@
- +
- +

ESTA TERMINAL OPERA CON

tarjetas y - +

CONTINUAR - +
- +

SI PREFERIS PAGAR EN EFECTIVO

te esperamos en la caja

diff --git a/src/app/modules/opcion-pedido/opcion-pedido.component.html b/src/app/modules/opcion-pedido/opcion-pedido.component.html index f06c178..c7cb21b 100644 --- a/src/app/modules/opcion-pedido/opcion-pedido.component.html +++ b/src/app/modules/opcion-pedido/opcion-pedido.component.html @@ -1,44 +1,69 @@
- +
-
-
-

TU PEDIDO ES PARA:

+
+
+

TÚ PEDIDO ES PARA

-
+
- +
comer acá
- +
-
+
- +
para llevar
- +
diff --git a/src/app/modules/seleccion-articulos/seleccion-articulos.component.html b/src/app/modules/seleccion-articulos/seleccion-articulos.component.html index 047cfbb..772436c 100644 --- a/src/app/modules/seleccion-articulos/seleccion-articulos.component.html +++ b/src/app/modules/seleccion-articulos/seleccion-articulos.component.html @@ -40,6 +40,9 @@ (click)="selectCategoria(i)" *ngFor="let categoria of categorias; let i = index;"> {{categoria.id}} @@ -64,7 +67,12 @@
- +

{{'CORTADO'}}

{{'Café con un poco de leche'}}

@@ -74,7 +82,12 @@ {{55 | currency}}
- +
@@ -111,6 +124,9 @@ (click)="selectCategoria(i)" *ngFor="let categoria of [{},{},{},{},{},{},{},{},{},{},{},{},{},{}]; let i = index;">

{{'lala'}}

@@ -137,7 +153,12 @@
VER CARRITO
- +
diff --git a/src/app/modules/splash-screen/splash-screen.component.html b/src/app/modules/splash-screen/splash-screen.component.html index 1bb0383..d0af907 100644 --- a/src/app/modules/splash-screen/splash-screen.component.html +++ b/src/app/modules/splash-screen/splash-screen.component.html @@ -1,7 +1,12 @@
- +
@@ -11,7 +16,12 @@
- +
diff --git a/src/app/shared/footer/footer.component.html b/src/app/shared/footer/footer.component.html index eba51bf..42bb091 100644 --- a/src/app/shared/footer/footer.component.html +++ b/src/app/shared/footer/footer.component.html @@ -3,7 +3,12 @@
ESTAMOS PARA AYUDARTE
- +
@@ -13,7 +18,12 @@
VOLVER
- +
-- 1.9.1