feat: 添加银行账户和货币选择组件,优化提现页面交互体验

This commit is contained in:
2026-01-10 17:33:59 +07:00
parent 3cd91fcad0
commit 3111436054
8 changed files with 151 additions and 40 deletions

2
components.d.ts vendored
View File

@@ -58,6 +58,7 @@ declare module 'vue' {
IonTabs: typeof import('@ionic/vue')['IonTabs']
IonText: typeof import('@ionic/vue')['IonText']
IonTitle: typeof import('@ionic/vue')['IonTitle']
IonToggle: typeof import('@ionic/vue')['IonToggle']
IonToolbar: typeof import('@ionic/vue')['IonToolbar']
LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
PwaInstallButton: typeof import('./src/components/pwa-install-button/index.vue')['default']
@@ -117,6 +118,7 @@ declare global {
const IonTabs: typeof import('@ionic/vue')['IonTabs']
const IonText: typeof import('@ionic/vue')['IonText']
const IonTitle: typeof import('@ionic/vue')['IonTitle']
const IonToggle: typeof import('@ionic/vue')['IonToggle']
const IonToolbar: typeof import('@ionic/vue')['IonToolbar']
const LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
const PwaInstallButton: typeof import('./src/components/pwa-install-button/index.vue')['default']