From 3037739b97d4e3783982495e3a20300a43bc5a7a Mon Sep 17 00:00:00 2001 From: CCTVcalc Date: Thu, 20 Aug 2026 12:46:40 +0300 Subject: [PATCH] update price --- src/components/PriceSection.vue | 6 +++--- src/components/PriceSectionItem.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/PriceSection.vue b/src/components/PriceSection.vue index 59973fb..bd23490 100644 --- a/src/components/PriceSection.vue +++ b/src/components/PriceSection.vue @@ -85,9 +85,9 @@ const tariffs = [ { id: 1, name: 'TEST', price: 0, price_rub: 0, chatsQty: 5 }, - { id: 2, name: 'START', price: 1000, price_rub: 2000, chatsQty: 15 }, - { id: 3, name: 'PRO', price: 5000, price_rub: 10000, chatsQty: 40 }, - { id: 4, name: 'VIP', price: 12000, price_rub: null, chatsQty: null } + { id: 2, name: 'START', price: 2000, price_rub: 4000, chatsQty: 15 }, + { id: 3, name: 'PRO', price: 7000, price_rub: 15000, chatsQty: 40 }, + { id: 4, name: 'VIP', price: 15000, price_rub: null, chatsQty: null } ] diff --git a/src/components/PriceSectionItem.vue b/src/components/PriceSectionItem.vue index 500b919..2dc579c 100644 --- a/src/components/PriceSectionItem.vue +++ b/src/components/PriceSectionItem.vue @@ -1,6 +1,6 @@