Guillaume 3 лет назад
Родитель
Сommit
b3a54263cb
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

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

@@ -255,7 +255,7 @@ var app = new Vue({
app.comment = null ;
app.delivery = false ;
app.deliveryAddress = null ;
if(app.user.address.length > 0) {
if(app.user.address && app.user.address.length > 0) {
app.deliveryAddress = app.user.address ;
}
}

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