Commit 44d3320f authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 资金账户状态变更

parent 48f1a45e
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
'3': { title: '审核不通过', type: 'default' }, '3': { title: '审核不通过', type: 'default' },
'4': { title: '提现成功', type: 'success' }, '4': { title: '提现成功', type: 'success' },
'5': { title: '提现失败', type: 'danger' }, '5': { title: '提现失败', type: 'danger' },
'6': { title: '确认到账', type: 'success' }, '6': { title: '支付中', type: 'processing' },
'7': { title: '确认到账', type: 'success' },
} }
// 流转状态 // 流转状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment