Completion of APIs except for user progress
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user