|
@@ -43,7 +43,7 @@
|
|
|
<template v-for="(label, index) in account.labels" :key="index">
|
|
<template v-for="(label, index) in account.labels" :key="index">
|
|
|
<text v-if="label" class="badge text-danger1 bg-danger-subtle mx-1">{{ label }}</text>
|
|
<text v-if="label" class="badge text-danger1 bg-danger-subtle mx-1">{{ label }}</text>
|
|
|
</template>
|
|
</template>
|
|
|
- <h1 class="mt-2">${{ balanceInteger }}{{ balanceDecimal }}</h1>
|
|
|
|
|
|
|
+ <h1 class="mt-2">{{ account.balanceWithSymbol || '0.00' }}</h1>
|
|
|
<!-- <button type="submit" value="Submit" class="btn btn-secondary btn-sm w-75 waves-effect waves-light"
|
|
<!-- <button type="submit" value="Submit" class="btn btn-secondary btn-sm w-75 waves-effect waves-light"
|
|
|
@click="handleAction('trade')">
|
|
@click="handleAction('trade')">
|
|
|
<view class="d-flex align-items-center justify-content-center gap-1"><cwg-icon name="crm-trade"
|
|
<view class="d-flex align-items-center justify-content-center gap-1"><cwg-icon name="crm-trade"
|