zhengyiming
2025-03-06 ad032ad0889156572271868601d6665e560318b4
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}`,