chore(充值奖励活动): 调整文件位置,更新图源和样式
|
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 4.2 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 2.0 MiB |
@ -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 },
|
||||
},
|
||||
{
|
||||
|
||||
@ -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({
|
||||