From e18a3c4ffd9f5788f251215b7e8d56faeca737b5 Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Mon, 5 Sep 2022 11:25:32 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=A4=8D=E5=88=B6=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=89=BE=E4=B8=8D=E5=88=B0=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/me/inviteFriends.vue | 2 +- pages/withdrawal/addAddress.vue | 2 +- pages/withdrawal/withdrawal.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/me/inviteFriends.vue b/pages/me/inviteFriends.vue index ea403fa..8272867 100644 --- a/pages/me/inviteFriends.vue +++ b/pages/me/inviteFriends.vue @@ -82,7 +82,7 @@ content: e, success: (res) => { uni.showToast({ - title: this.$t("login").copySuccess, + title: this.i18n.CopySuccess, duration: 3000, }) }, diff --git a/pages/withdrawal/addAddress.vue b/pages/withdrawal/addAddress.vue index e6ff97c..d5c8fbe 100644 --- a/pages/withdrawal/addAddress.vue +++ b/pages/withdrawal/addAddress.vue @@ -207,7 +207,7 @@ export default { content: value, success: (res) => { uni.showToast({ - title: this.$t("login").copySuccess, + title: this.i18n.CopySuccess, duration: 3000, }) }, diff --git a/pages/withdrawal/withdrawal.vue b/pages/withdrawal/withdrawal.vue index 69b7b80..906b138 100644 --- a/pages/withdrawal/withdrawal.vue +++ b/pages/withdrawal/withdrawal.vue @@ -371,7 +371,7 @@ content: value, success: (res) => { uni.showToast({ - title: this.$t("login").copySuccess, + title: this.i18n.CopySuccess, duration: 3000, }) }, From 99a2c8222597429fce19de0288f1475d9d0ff7b6 Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Mon, 5 Sep 2022 12:11:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?13=EF=BC=8C14=EF=BC=8C15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/KeyValueRow/KeyValueRow.vue | 2 +- pages/markets/kLine.vue | 319 +++++++++++++------------ pages/recharge/rechargeRecord.vue | 2 +- 3 files changed, 168 insertions(+), 155 deletions(-) diff --git a/components/KeyValueRow/KeyValueRow.vue b/components/KeyValueRow/KeyValueRow.vue index aa91bf9..ec971bf 100644 --- a/components/KeyValueRow/KeyValueRow.vue +++ b/components/KeyValueRow/KeyValueRow.vue @@ -11,7 +11,7 @@ {{ value - }} + }} USDT diff --git a/pages/markets/kLine.vue b/pages/markets/kLine.vue index 011074d..4e4bb00 100644 --- a/pages/markets/kLine.vue +++ b/pages/markets/kLine.vue @@ -3,106 +3,106 @@ {{ symbol.pair }} - - - + + + + + + + - - - - - - - - {{parseFloat(marketDetail.close).toFixed(marketDetail.baseCoinScale)}} - - {{marketDetail.percent>=0?'+'+marketDetail.percent:marketDetail.percent}}% + + + + {{parseFloat(marketDetail.close).toFixed(marketDetail.baseCoinScale)}} + + {{marketDetail.percent>=0?'+'+marketDetail.percent:marketDetail.percent}}% + + + + {{ i18n.Highest }} + {{marketDetail.high}} + + + {{ i18n.Lowest }} + {{marketDetail.low}} + + + {{ i18n.Amount }} + {{marketDetail.amount}} + + - - - {{ i18n.Highest }} - {{marketDetail.high}} + + 1min - - {{ i18n.Lowest }} - {{marketDetail.low}} + 5min - - {{ i18n.Amount }} - {{marketDetail.amount}} + 15min + + 30min + + 60min + + 1day + + 1week + + 1mon - - - 1min - - 5min - - 15min - - 30min - - 60min - - 1day - - 1week - - 1mon - - - - + + - - - - Market trades - - - - {{ i18n.Quantity }} - {{ i18n.BuyingPrice }} - - - - {{parseFloat(item.size).toFixed(6)}} - {{ item.price }} - + + + + Market trades + + + + {{ i18n.Quantity }} + {{ i18n.BuyingPrice }} - - - - - {{ i18n.Quantity }} - {{ i18n.SellPrice }} - - - - {{parseFloat(item.size).toFixed(6)}} - {{ item.price }} - + + + {{parseFloat(item.size).toFixed(6)}} + {{ item.price }} + + + + + {{ i18n.Quantity }} + {{ i18n.SellPrice }} + + + + {{parseFloat(item.size).toFixed(6)}} + {{ item.price }} + + + + - - - - - {{ i18n.open }} - - - - {{ i18n.close }} - - + + + + {{ i18n.open }} + + + + {{ i18n.close }} + + - +