Commit 0d3b9b8f7353517ab89467fc344021f7ecef293e

Authored by Luis Suarez
1 parent 99da490b5b
Exists in develop

solving diff comments

src/app/modules/mensaje-final/mensaje-final.component.ts
... ... @@ -18,7 +18,7 @@ export class MensajeFinalComponent implements OnInit {
18 18 ngOnInit() {
19 19 this.timer = setTimeout(() => {
20 20 this.goToSplash();
21   - }, 10000000);
  21 + }, 10000);
22 22 this.mediaPantalla();
23 23 }
24 24  
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... ... @@ -139,8 +139,8 @@
139 139 </div>
140 140 </div>
141 141 <!-- BOTON SCROLL DERECHA -->
142   - <div *ngIf="articuloService.carrito.length" class="col-auto btn-effect
143   - h-20 align-self-center d-contents">
  142 + <div *ngIf="articuloService.carrito.length"
  143 + class="col-auto btn-effect h-20 align-self-center d-contents">
144 144 <img
145 145 draggable="false"
146 146 ondragstart="return false;"
src/app/shared/promocion/promocion.component.ts
... ... @@ -84,7 +84,7 @@ export class PromocionComponent implements OnInit {
84 84 });
85 85 }
86 86  
87   - getPromociones() {
  87 + getPromociones() {
88 88 const sector = this.articulosPromo[0].CodSec;
89 89 const codigo = this.articulosPromo[0].CodArt;
90 90 this.promocionService.getPromociones(sector, codigo)