This commit is contained in:
@@ -85,9 +85,9 @@
|
|||||||
|
|
||||||
const tariffs = [
|
const tariffs = [
|
||||||
{ id: 1, name: 'TEST', price: 0, price_rub: 0, 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: 2, name: 'START', price: 2000, price_rub: 4000, chatsQty: 15 },
|
||||||
{ id: 3, name: 'PRO', price: 5000, price_rub: 10000, chatsQty: 40 },
|
{ id: 3, name: 'PRO', price: 7000, price_rub: 15000, chatsQty: 40 },
|
||||||
{ id: 4, name: 'VIP', price: 12000, price_rub: null, chatsQty: null }
|
{ id: 4, name: 'VIP', price: 15000, price_rub: null, chatsQty: null }
|
||||||
]
|
]
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="flex column items-center bg-white rounded-card q-pa-md crew-card fit"
|
class="flex column items-center bg-white rounded-card q-pa-md crew-card fit justify-around"
|
||||||
>
|
>
|
||||||
<div class="text-h5 text-primary text-bold">
|
<div class="text-h5 text-primary text-bold">
|
||||||
{{ name }}
|
{{ name }}
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
|
|
||||||
<div class="text-center q-pt-md">
|
<div class="text-center q-py-sm">
|
||||||
<a
|
<a
|
||||||
href="mailto:info@tgcrew.app"
|
href="mailto:info@tgcrew.app"
|
||||||
style="text-decoration: none; color: inherit"
|
style="text-decoration: none; color: inherit"
|
||||||
|
|||||||
Reference in New Issue
Block a user