修复已知问题
This commit is contained in:
@@ -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>
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user