feat: 添加转账给用户功能,更新路由和二维码扫描成功处理

This commit is contained in:
2026-01-12 12:58:37 +07:00
parent 8a7af3783b
commit aff0d9019a
4 changed files with 273 additions and 5 deletions

2
components.d.ts vendored
View File

@@ -20,6 +20,7 @@ declare module 'vue' {
IIcRoundArrowForwardIos: typeof import('~icons/ic/round-arrow-forward-ios')['default']
IonApp: typeof import('@ionic/vue')['IonApp']
IonAvatar: typeof import('@ionic/vue')['IonAvatar']
IonBackButton: typeof import('@ionic/vue')['IonBackButton']
IonBadge: typeof import('@ionic/vue')['IonBadge']
IonButton: typeof import('@ionic/vue')['IonButton']
IonButtons: typeof import('@ionic/vue')['IonButtons']
@@ -79,6 +80,7 @@ declare global {
const IIcRoundArrowForwardIos: typeof import('~icons/ic/round-arrow-forward-ios')['default']
const IonApp: typeof import('@ionic/vue')['IonApp']
const IonAvatar: typeof import('@ionic/vue')['IonAvatar']
const IonBackButton: typeof import('@ionic/vue')['IonBackButton']
const IonBadge: typeof import('@ionic/vue')['IonBadge']
const IonButton: typeof import('@ionic/vue')['IonButton']
const IonButtons: typeof import('@ionic/vue')['IonButtons']