update cards
This commit is contained in:
@@ -84,10 +84,10 @@
|
||||
]
|
||||
|
||||
const tariffs = [
|
||||
{ id: 1, name: 'TEST', price: null, price_rub: null, chatsQty: 5 },
|
||||
{ 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: 24000, chatsQty: null }
|
||||
{ id: 4, name: 'VIP', price: 12000, price_rub: null, chatsQty: null }
|
||||
]
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user