Completion of APIs except for user progress

This commit is contained in:
HAM!DREZA
2024-06-23 11:23:05 +03:30
parent 607ead8528
commit 46dd3d65a0
17 changed files with 356 additions and 411 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
>
<p class="text-[3.59vw] md:text-[0.938vw] text-[#383E43]">
{{ item.reason }}
{{ item.reason === 'deposit' ? 'افزایش موجودی' : 'کاهش موجودی'}}
</p>
<p class="text-[3.59vw] md:text-[0.938vw] text-[#383E43]">
{{ numberFormat(item.amount) }}
@@ -51,7 +51,7 @@
class="flex justify-between items-center"
>
<p class="text-[3.59vw] md:text-[0.938vw] text-[#383E43]">
{{ item.reason }}
{{ item.reason === 'deposit' ? 'افزایش موجودی' : 'کاهش موجودی'}}
</p>
<p class="text-[3.59vw] md:text-[0.938vw] text-[#383E43]">
{{ numberFormat(item.amount) }}
@@ -83,7 +83,7 @@
class="flex justify-between items-center"
>
<p class="text-[3.59vw] md:text-[0.938vw] text-[#383E43]">
{{ item.reason }}
{{ item.reason === 'deposit' ? 'افزایش موجودی' : 'کاهش موجودی'}}
</p>
<p class="text-[3.59vw] md:text-[0.938vw] text-[#383E43]">
{{ numberFormat(item.amount) }}