|
|
@@ -1,7 +1,12 @@
|
|
|
<template>
|
|
|
<ion-page class="tabs">
|
|
|
<ion-tabs ref="tab" @ionTabsDidChange="tabChange">
|
|
|
- <img :src="tabIconRank" @click="goRank" class="btn-float" alt="" />
|
|
|
+ <img
|
|
|
+ :src="tabIconRank"
|
|
|
+ @click="goRank"
|
|
|
+ class="btn-float animate__wobble animate__animated animate__infinite"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
<ion-router-outlet></ion-router-outlet>
|
|
|
<ion-tab-bar slot="bottom" translucent>
|
|
|
<ion-tab-button tab="home" href="/home">
|
|
|
@@ -39,6 +44,7 @@ import tabIconProfit from '@/assets/tabbar_icon_profit.png'
|
|
|
import tabIconProfitPre from '@/assets/tabbar_icon_profit_pre.png'
|
|
|
import tabIconMine from '@/assets/tabbar_icon_mine.png'
|
|
|
import tabIconMinePre from '@/assets/tabbar_icon_mine_pre.png'
|
|
|
+import '@/styles/animate.css'
|
|
|
|
|
|
const route = useRoute()
|
|
|
const activeTab = ref(null)
|