修复功能(用户申请提现)
This commit is contained in:
@ -8,7 +8,7 @@ Page({
|
||||
*/
|
||||
data: {
|
||||
withdrawalList: [],
|
||||
withdrawalStatus: ['审核中', '提现成功', '提现失败']
|
||||
withdrawalStatus: ['待审核', '提现成功', '提现失败']
|
||||
},
|
||||
|
||||
getWithdrawalList() {
|
||||
|
@ -4,7 +4,7 @@
|
||||
.page {
|
||||
background-color: #ffffff;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.section {
|
||||
padding: 88.46rpx 0 87.85rpx;
|
||||
|
Reference in New Issue
Block a user