修改充值id

This commit is contained in:
2024-04-19 15:28:57 +08:00
parent e84f33f176
commit d873a722a1
4 changed files with 9 additions and 6 deletions

View File

@@ -6,6 +6,6 @@ export const getRechargeOperateType = (num) => {
export const getRechargeOperateWay = (num) => {
console.log('num', num)
const types = ["现金", "银行卡", "支付宝", "微信", "云闪付"]
const types = ["现金", "银行卡", "支付宝", "微信", "云闪付","对公转账", "微信-支付"]
return types[num];
}