手机端增加提现功能

This commit is contained in:
yml2213
2026-06-12 21:57:49 +08:00
parent f1ae72cc7a
commit c726659866
5 changed files with 899 additions and 5 deletions
+2
View File
@@ -77,6 +77,8 @@ declare module 'vue' {
VanNoticeBar: typeof import('vant/es')['NoticeBar']
VanPopup: typeof import('vant/es')['Popup']
VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanSearch: typeof import('vant/es')['Search']
VanStepper: typeof import('vant/es')['Stepper']
VanSwipe: typeof import('vant/es')['Swipe']