feat: 更新 SubscribeRwa 组件,添加数量输入验证和申购成功提示,优化用户体验

This commit is contained in:
2025-12-19 22:46:32 +07:00
parent c3321bfbf1
commit 8f449f0c68
5 changed files with 70 additions and 23 deletions

View File

@@ -2,3 +2,4 @@ export type PageInstance = InstanceType<typeof import("@ionic/vue").IonPage>;
export type InputInstance = InstanceType<typeof import("@ionic/vue").IonInput>;
export type ModalInstance = InstanceType<typeof import("@ionic/vue").IonModal>;
export type FormInstance = InstanceType<typeof import("vee-validate").Form>;
export type ContentInstance = InstanceType<typeof import("@ionic/vue").IonContent>;