chore(充值奖励页): 更新图源

This commit is contained in:
hzj 2025-11-28 19:35:17 +08:00
parent 38f6921235
commit 631e418aeb
8 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 445 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 518 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 418 KiB

View File

@ -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 = {