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 ebf8614..76c943b 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,25 +1,20 @@
Дата:
- {{(lastOrder?.last_purchase_date) || 'Данные не найдены'}}
-
На сумму:
- {{lastOrder ? lastOrder.last_purchase_sum + ' ₽' : 'Данные не найдены'}}
-
Дата: + {{lastOrder!.last_purchase_date}} +
+На сумму: + {{lastOrder?.last_purchase_sum}} +
++ Данные не найдены +
+
-
+
diff --git a/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.html b/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.html
index deb9226..e593ae2 100644
--- a/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.html
+++ b/angular/src/app/presentation-options/default-option/pages/guest-card/guest-card.component.html
@@ -20,28 +20,19 @@
>
-
+ Осталось купить на сумму
+ {{
+ authService.userInfo.next_level.sum_for_next_level
}}
- рублей, тогда кэшбек будет
- {{ authService.getNextLevel().percent }}%
- с
- {{
- authService.currentPeriod[1]
- .locale("ru")
- .format("D MMMM")
- }}
-