修复已知问题

This commit is contained in:
bobobobo
2026-01-20 21:39:14 +08:00
parent 8f57889ad3
commit 139514b2b9
3 changed files with 68 additions and 9 deletions

View File

@@ -41,7 +41,7 @@
{
name: '发红包支出',
id: '11',
state: '-',
state: '',
color: '#e74c3c'
},
{
@@ -79,6 +79,12 @@
id: '17',
state: '-',
color: '#e74c3c'
},
{
name: '充值',
id: '18',
state: '+',
color: '#2ecc71'
}
]
: [
@@ -171,7 +177,13 @@
<view class="name-box">
<text>
{{
props.type === '0' ? item.description : item.withdrawalNo
props.type === '0'
? topNav[
props.type === '0'
? item.changeType
: item.status + 1
].name
: item.withdrawalNo
}}
</text>
<text>
@@ -187,11 +199,11 @@
].color
}"
>
{{
<!-- {{
topNav[
props.type === '0' ? item.changeType : item.status + 1
].name
}}
}} -->
</text>
<text>
{{