From ad032ad0889156572271868601d6665e560318b4 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 06 三月 2025 13:04:29 +0800
Subject: [PATCH] fix: 对接

---
 apps/taro/src/pages/home/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/apps/taro/src/pages/home/index.vue b/apps/taro/src/pages/home/index.vue
index aba6441..be8d149 100644
--- a/apps/taro/src/pages/home/index.vue
+++ b/apps/taro/src/pages/home/index.vue
@@ -10,13 +10,16 @@
 </template>
 
 <script setup lang="ts">
-import { useUser, useAccessLogin } from '@/hooks';
+import { useAccessLogin } from '@/hooks';
 import { useUserStore } from '@/stores/modules/user';
 import Taro from '@tarojs/taro';
-import IconLogo from '@/assets/home/icon-logo.png';
 import { OrderInputType } from '@life-payment/constants';
 import { RechargeGrid } from '@life-payment/components';
 
+const userStore = useUserStore();
+
+const router = Taro.useRouter();
+
 const goPhoneBillRecharge = useAccessLogin(() => {
   Taro.navigateTo({
     url: `${RouterPath.phoneBillRecharge}`,

--
Gitblit v1.9.1