From 6748350140af280cdc567f2cbb6ce7142de472d9 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 10 Jul 2025 11:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E5=B8=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2,=E5=90=88=E7=BA=A6=E6=9C=80=E6=96=B0=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- element/index.js | 8 +- i18n/lang/en.json | 19 +- i18n/lang/zh-TW.json | 17 +- pages.json | 5 +- pages/assets/address-list.vue | 108 ++--- pages/assets/draw1.vue | 441 ++++++++++++++++++ pages/assets/records.vue | 72 ++- pages/base/mine.vue | 6 +- pages/exchange/contract-history.vue | 4 + pages/oncs/onservice.vue | 4 +- .../uni-datetime-picker/i18n/zh-Hans.json | 40 +- 11 files changed, 617 insertions(+), 107 deletions(-) create mode 100644 pages/assets/draw1.vue diff --git a/element/index.js b/element/index.js index f4715c0..fddec1c 100644 --- a/element/index.js +++ b/element/index.js @@ -1,8 +1,12 @@ // 导入自己需要的组件 -import { Slider } from 'element-ui' +import { Slider,Steps,Step,Select,Option } from 'element-ui' +const components = [Slider,Steps,Step,Select,Option] const element = { install: function (Vue) { - Vue.use(Slider) + // Vue.use(Slider) + components.forEach(component => { + Vue.use(component) + }) } } export default element \ No newline at end of file diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 6678660..a48e6ad 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -114,7 +114,22 @@ "c12": "Rejection Information", "c13": "Withdrawal password", "c14": "Please fill in the withdrawal password", - "c15": "Reset withdrawal password" + "c15": "Reset withdrawal password", + "rejection":"Reason for rejection", + "c16": "Send", + "c17": "Transfer Address", + "c18": "Transfer Amount", + "c19": "Recharge/Transfer", + "c20": "Contact Customer Service", + "c21": "Select Currency", + "c22": "Password and Email Verification Code", + "c23": "Estimated arrival time", + "c24": "Received quantity", + "c25": "Withdrawal", + "c26": "The transfer quantity cannot be greater than {name}", + "c27": "Transfer Records", + "c28": "confirm", + "c29": "Please check your withdrawal address carefully and make sure it is filled in correctly. If you miss or fill in the wrong information, you may lose your assets." }, "base": { "a0": "Title", @@ -749,7 +764,7 @@ "d1": "Whether to remove the current ad", "d2": "OK", "d3": "Cancel", - "d4": "Undo successfully", + "d4": "Cancel successful", "d5": "Fiat currency account", "d6": "Freeze", "d7": "Alipay Account", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index a16f7a6..58fcd64 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -114,7 +114,22 @@ "c12": "駁回信息", "c13": "提款密碼", "c14": "請填写提款密碼", - "c15": "重置提款密碼" + "c15": "重置提款密碼", + "rejection":"拒絕理由", + "c16": "轉移", + "c17": "轉移地址", + "c18": "轉移金額", + "c19": "充值/轉移", + "c20": "聯絡客服", + "c21": "選擇幣種", + "c22": "密碼及邮箱驗證碼", + "c23": "預計到帳時間", + "c24": "到帳數量", + "c25": "提現", + "c26": "轉移數量不能大於{name}", + "c27": "轉移記錄", + "c28": "確認", + "c29": "請認真核對您的提幣地址,務必檢查是否正確填寫。如果您漏添或填錯,將有可能對您的資產造成損失" }, "base": { "a0": "標題", diff --git a/pages.json b/pages.json index 3d84d0a..3e33f43 100644 --- a/pages.json +++ b/pages.json @@ -177,7 +177,10 @@ "path" : "pages/oncs/onservice" }, { - "path" : "pages/safe/withdrawals-pwd" + "path" : "pages/safe/withdrawals-pwd" + }, + { + "path" : "pages/assets/draw1" }, { "path": "pages/service/index", diff --git a/pages/assets/address-list.vue b/pages/assets/address-list.vue index 2a8f0f1..93408ed 100644 --- a/pages/assets/address-list.vue +++ b/pages/assets/address-list.vue @@ -16,79 +16,41 @@
  • ·API{{ $t("assets.a2", { name: "API" }) }}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}
  • - + + + diff --git a/pages/assets/draw1.vue b/pages/assets/draw1.vue new file mode 100644 index 0000000..9178745 --- /dev/null +++ b/pages/assets/draw1.vue @@ -0,0 +1,441 @@ + + + + + + \ No newline at end of file diff --git a/pages/assets/records.vue b/pages/assets/records.vue index a73398c..0d37b35 100644 --- a/pages/assets/records.vue +++ b/pages/assets/records.vue @@ -3,7 +3,8 @@