This commit is contained in:
dute7liang
2024-01-05 23:23:37 +08:00
parent 586f9ec2cb
commit c084e9f849
6 changed files with 213 additions and 315 deletions

View File

@@ -191,3 +191,8 @@ export const ipMicList = [
{ value: 2, label: 'MIC'},
]
export const accountTypeList = [
{ value: 1, label: '余额',listClass: listClass.info},
{ value: 2, label: '收益',listClass: listClass.primary},
]