chore(充值奖励活动): 调整文件位置,更新图源和样式

This commit is contained in:
hzj 2025-11-27 18:14:50 +08:00
parent d7e88de707
commit b82835db88
8 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -290,7 +290,7 @@ const router = createRouter({
{
path: '/recharge-reward',
name: 'recharge-reward',
component: () => import('../views/Reward/RechargeReward.vue'),
component: () => import('../views/Activities/Reward/RechargeReward.vue'),
meta: { requiresAuth: true },
},
{

View File

@ -7,8 +7,8 @@
<div
style="
position: absolute;
inset: 35% 22%;
height: 18%;
inset: 28.5% 22%;
height: 15%;
display: flex;
flex-direction: column;
justify-content: space-around;
@ -101,6 +101,7 @@
<script setup>
import { ref, watch, onMounted } from 'vue'
import { connectToApp } from '@/utils/appConnector.js'
import { getMemberProfile, getTotalRecharge } from '@/api/wallet'
const userInfo = ref({