Просмотр исходного кода

[Boutique] Commander > Produits : correctif scroll

feature/rotating_product
Guillaume Bourgeois 7 месяцев назад
Родитель
Сommit
dfada47141
1 измененных файлов: 5 добавлений и 2 удалений
  1. +5
    -2
      producer/web/js/vuejs/order-order.js

+ 5
- 2
producer/web/js/vuejs/order-order.js Просмотреть файл

@@ -691,7 +691,7 @@ var app = new Vue({
return count ;
},
setCategoryCurrent: function(category, first) {
var idScroll = 'products';
var idScroll = false;
if(this.categoryCurrent && this.categoryCurrent.id == category.id && !first) {
this.categoryCurrent = null ;
}
@@ -705,7 +705,10 @@ var app = new Vue({
setTimeout(function() {
opendistrib_products();
}, 500);
setTimeout(opendistrib_scroll, 250, idScroll);
if(idScroll) {
setTimeout(opendistrib_scroll, 250, idScroll);
}
}
},
computed : {

Загрузка…
Отмена
Сохранить