修复app无法全部展示提现记录,充值记录按钮的bug
This commit is contained in:
parent
1aecb5f7e8
commit
67bf6b7a06
@ -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"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user