修复功能(用户申请提现)

This commit is contained in:
2025-06-11 11:32:02 +08:00
parent ae9886635d
commit a51f9bdea8
5 changed files with 63 additions and 58 deletions

View File

@ -8,7 +8,7 @@ Page({
*/
data: {
withdrawalList: [],
withdrawalStatus: ['审核', '提现成功', '提现失败']
withdrawalStatus: ['审核', '提现成功', '提现失败']
},
getWithdrawalList() {