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',
|
path: '/recharge-reward',
|
||||||
name: 'recharge-reward',
|
name: 'recharge-reward',
|
||||||
component: () => import('../views/Reward/RechargeReward.vue'),
|
component: () => import('../views/Activities/Reward/RechargeReward.vue'),
|
||||||
meta: { requiresAuth: true },
|
meta: { requiresAuth: true },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -7,8 +7,8 @@
|
|||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 35% 22%;
|
inset: 28.5% 22%;
|
||||||
height: 18%;
|
height: 15%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
@ -101,6 +101,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, watch, onMounted } from 'vue'
|
import { ref, watch, onMounted } from 'vue'
|
||||||
import { connectToApp } from '@/utils/appConnector.js'
|
import { connectToApp } from '@/utils/appConnector.js'
|
||||||
|
|
||||||
import { getMemberProfile, getTotalRecharge } from '@/api/wallet'
|
import { getMemberProfile, getTotalRecharge } from '@/api/wallet'
|
||||||
|
|
||||||
const userInfo = ref({
|
const userInfo = ref({
|
||||||