chore(充值奖励页): 更新图源
|
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 445 KiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 440 KiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 518 KiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 506 KiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 500 KiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 418 KiB |
@ -69,7 +69,9 @@
|
||||
min-width: 0; /* 关键:允许在 flex 容器中正确截断 */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
|
||||
gap: 4px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
@ -159,7 +161,7 @@ const getTotalRechargeInfo = async () => {
|
||||
const resUserInfo = await getMemberProfile()
|
||||
if (resUserInfo.status && resUserInfo.body) {
|
||||
const res = await getTotalRecharge(resUserInfo.body.id)
|
||||
if (res.status && res.body) {
|
||||
if (res.status) {
|
||||
console.log('resUserInfo:', resUserInfo.body)
|
||||
|
||||
userInfo.value = {
|
||||
|
||||