Commit cac5018e5b84aae344f4d2ea05dfc3bc445bd88b
1 parent
e0c3fdcf61
Exists in
develop
and in
1 other branch
Agregado skin de mercado pago al qr
Showing
4 changed files
with
25 additions
and
6 deletions
Show diff stats
src/app/modules/pago-electronico/pago-electronico.component.html
... | ... | @@ -19,12 +19,20 @@ |
19 | 19 | </div> |
20 | 20 | <!-- QR --> |
21 | 21 | <div class="row mx-0 mt-5 h-60 justify-content-center"> |
22 | - <div class="col-10 px-0 h-100"> | |
22 | + <div class="col-10 px-0 h-55 position-absolute"> | |
23 | 23 | <img |
24 | 24 | draggable="false" |
25 | 25 | ondragstart="return false;" |
26 | 26 | (contextmenu)="false" |
27 | - class="d-block mx-auto img-fluid" | |
27 | + class="d-block mx-auto h-100 w-auto shadow rounded" | |
28 | + src="assets/img/qr-skin.jpg"> | |
29 | + </div> | |
30 | + <div class="col-10 px-0 h-100 mt-7 mt-lg-5"> | |
31 | + <img | |
32 | + draggable="false" | |
33 | + ondragstart="return false;" | |
34 | + (contextmenu)="false" | |
35 | + class="d-block mx-auto h-40" | |
28 | 36 | [src]="urlQr"> |
29 | 37 | </div> |
30 | 38 | </div> |
src/app/modules/pago-electronico/pago-electronico.component.scss
src/app/modules/pago-electronico/pago-electronico.component.ts
... | ... | @@ -17,10 +17,10 @@ export class PagoElectronicoComponent implements OnInit { |
17 | 17 | ) { } |
18 | 18 | |
19 | 19 | ngOnInit() { |
20 | - if (!this.articuloService.carrito.length) { | |
21 | - this.router.navigate(['']); | |
22 | - return; | |
23 | - } | |
20 | + // if (!this.articuloService.carrito.length) { | |
21 | + // this.router.navigate(['']); | |
22 | + // return; | |
23 | + // } | |
24 | 24 | let dataPago = { |
25 | 25 | pedidoAnombreDe: '' |
26 | 26 | } |
src/assets/img/qr-skin.jpg
309 KB