feat: 新增枚举

This commit is contained in:
2025-08-16 20:05:46 +08:00
parent bed9fef247
commit 53b6577aba
4 changed files with 250 additions and 233 deletions
@@ -1,5 +1,5 @@
<template>
<view class="purse_log_warp">
<view class="mine_purse_log_warp">
<Header :leftTitle="$t('mine.purse.mine_purse_log.title')" left-path-type="navigateTo"
left-path="/pages/mine_package/mine_purse/mine_purse" />
@@ -45,7 +45,7 @@
</view>
</view>
<view class="ipurse_nfo_right">
<view class="purse_info_title">{{ handleAmount(item.amount) }}</view>
<view class="purse_info_title" style="text-align: end;">{{ handleAmount(item.amount) }}</view>
<view class="purse_info_value">{{ item.remark }}</view>
</view>
</view>
@@ -66,8 +66,7 @@ import Header from '@/components/header.vue';
import { getAcctFlow, getAcctMiningStat, getAcctContribution, getAcctFlowList, getBonusStat, getAcctBalance } from '@/api/finance.js';
import { getValue, BALANCE_TYPE } from '@/utils/enumUtils.js';
import { formatDate, handleAmount } from '@/utils/index.js';
import BigNumber from 'bignumber.js';
import Decimal from 'decimal.js';
export default {
computed: {
@@ -410,8 +409,8 @@ export default {
}
</script>
<style lang="scss" scoped>
.purse_log_warp {
<style lang="scss">
.mine_purse_log_warp {
height: calc(100vh - 58rpx);
overflow-y: hidden;