Files
HTFX-CRM-Sales/pages/user/verify/index.vue

15 lines
236 B
Vue
Raw Permalink Normal View History

2025-07-07 16:05:18 +08:00
<template>
<NavBar />
<view class="container">
<view class="title">
<PageTitle :title="$t('capital.verifyWallet')" />
</view>
</view>
</template>
<script></script>
<style lang="scss" scoped>
@import './index.scss';
</style>