修复app无法全部展示提现记录,充值记录按钮的bug

This commit is contained in:
weipengfei 2023-07-25 16:51:20 +08:00
parent 1aecb5f7e8
commit 67bf6b7a06

View File

@ -168,7 +168,8 @@
"buttons": [{ "buttons": [{
"color": "#fff", "color": "#fff",
"text": "充值记录", "text": "充值记录",
"fontSize": "15" "fontSize": "15",
"width": "90"
}] }]
} }
} }
@ -249,7 +250,8 @@
"buttons": [{ "buttons": [{
"color": "#fff", "color": "#fff",
"text": "提现记录", "text": "提现记录",
"fontSize": "15" "fontSize": "15",
"width": "90"
}] }]
} }
} }