From 28b5702c567c5a72af4348c14a8ab731b600f749 Mon Sep 17 00:00:00 2001 From: old burden Date: Fri, 23 Jan 2026 11:21:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Evm=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal-ui/src/components/RechargePc.vue | 517 +++++++++++++++++++++++- portal-ui/src/lang/en_US/common.js | 36 +- portal-ui/src/lang/zh_HK/common.js | 40 +- portal-ui/src/utils/countryCodes.js | 75 ++++ portal-ui/src/views/Recharge.vue | 33 +- 5 files changed, 668 insertions(+), 33 deletions(-) create mode 100644 portal-ui/src/utils/countryCodes.js diff --git a/portal-ui/src/components/RechargePc.vue b/portal-ui/src/components/RechargePc.vue index 81bc963..dd1c6f8 100644 --- a/portal-ui/src/components/RechargePc.vue +++ b/portal-ui/src/components/RechargePc.vue @@ -73,11 +73,140 @@ + + + +
+ +
+
+ {{ $t('common.vmCardInfo') }} +
+ + + + + + + + + + + + + + + + + + {{ month.label }} + + + + + + + + + + + + + + + + + + {{ getCountryName(country) }} ({{ country.code }}) + + + + +
+ + {{ $t('common.submit') }} + + + {{ $t('common.cancel') }} + +
+