diff --git a/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html b/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html index 0122aa8..0256b05 100644 --- a/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html +++ b/angular/src/app/presentation-options/default-option/components/last-order/last-order.component.html @@ -1,6 +1,6 @@ -
Дата: {{lastOrder!.last_purchase_date}}
@@ -10,7 +10,7 @@- Данные не найдены + Покупок за последние пол года не было
Уровень {{ authService.userInfo.current_level_and_cashback?.current_level ?? '--' }}
-Кэшбек {{ authService.currentLvlPeriod.percent }}%
+Уровень {{ authService.error ? '--' : authService.userInfo.current_level_and_cashback?.current_level }}
+Кэшбек {{ authService.error ? '--' : authService.currentLvlPeriod.percent }}%
- {{ Math.floor(authService.userInfo.walletBalances) }} - бонусов -
++ Отрицательный баланс бонусов, свяжитесь с техподдержкой +
++ {{ authService.error ? '--' : Math.floor(authService.userInfo.walletBalances) }} + бонусов +
+
+ + Упс, что-то пошло не так.. + Мы уже работаем над этой проблемой. + Попробуйте обновить страницу или зайти попозже. + Приносим извинения за неудобства. +
+