|
@@ -25,7 +25,7 @@
|
|
{{ $t('enterprise.account.accountBalances') }}:{{ enterpriseUserAccount?.balance && enterpriseUserAccount?.balance > 0 ? (enterpriseUserAccount?.balance / 100.0).toFixed(2) : 0 }}元
|
|
{{ $t('enterprise.account.accountBalances') }}:{{ enterpriseUserAccount?.balance && enterpriseUserAccount?.balance > 0 ? (enterpriseUserAccount?.balance / 100.0).toFixed(2) : 0 }}元
|
|
</div> -->
|
|
</div> -->
|
|
<div class="cursor-pointer" @click="router.push({ path: '/recruit/enterprise/memberCenter/myAccount' })">
|
|
<div class="cursor-pointer" @click="router.push({ path: '/recruit/enterprise/memberCenter/myAccount' })">
|
|
- {{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.point || 0 }}点
|
|
|
|
|
|
+ {{ $t('enterprise.account.remainingPoints') }}:{{ enterpriseUserAccount?.balance || 0 }}点
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="line mr-5"></div>
|
|
<div class="line mr-5"></div>
|