feat(user): 添加支付密码设置功能

This commit is contained in:
2025-01-19 14:34:45 +08:00
parent de509c7e14
commit e16e1e3bdc
12 changed files with 350 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ declare module 'vue' {
PageNav: typeof import('./../src/components/page-nav/page-nav.vue')['default']
PaymentButton: typeof import('./../src/components/payment-button.vue')['default']
PaymentDialog: typeof import('./../src/components/payment-dialog.vue')['default']
PayPasswordDialog: typeof import('./../src/components/pay-password-dialog.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SkuDialog: typeof import('./../src/components/sku-dialog.vue')['default']