Files
HTFX-CRM-APP/pages/user/verify/index.vue
2025-07-07 15:55:44 +08:00

18 lines
302 B
Vue

<template>
<NavBar />
<view class="container">
<view class="swiper">
<HomeSwiper :position="1" />
</view>
<view class="title">
<PageTitle :title="$t('capital.verifyWallet')" />
</view>
</view>
</template>
<script></script>
<style lang="scss" scoped>
@import './index.scss';
</style>