From 957206546773b1aae9bf6efde3c96dff5841bc57 Mon Sep 17 00:00:00 2001 From: luyisha Date: Fri, 11 Aug 2023 18:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=88=90=E5=8A=9F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/server/index.js | 19 ++++++++++--------- src/i18n/en.json | 10 +++++----- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/api/server/index.js b/src/api/server/index.js index f814e7b..4dd316b 100644 --- a/src/api/server/index.js +++ b/src/api/server/index.js @@ -175,15 +175,16 @@ server.interceptors.response.use( } // 错误提示 - Message({ - type: 'error', - duration: 2 * 1000, - message, - callback() { - // 进入catch - throw new Error(error); - } - }); + // Message({ + // type: 'error', + // duration: 2 * 1000, + // message, + // callback() { + // // 进入catch + // throw new Error(error); + // } + // }); + return Promise.reject(error) } ) diff --git a/src/i18n/en.json b/src/i18n/en.json index 3f7adf2..c2f933a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1136,13 +1136,13 @@ "a23": "Buy, trade and hold 100+ cryptocurrencies", "a24": "Top up your account", "a25": "Sign up by email", - "a38": "Start transactions anytime, anywhere.", + "a38": "Start trading anytime, anywhere.", "a39": "Start trading safely and conveniently at any time through our APP and webpage", "a40": "IOS and Android scan code download", "a41": "Trustworthy cryptocurrency trading platform", - "a42": "We are committed to ensuring the safety of users with strict protocols and industry-leading technical measures.", + "a42": "We are committed to ensuring the safety of our users through strict protocols and industry-leading technological measures", "a43": "User security asset funds", - "a44": "We store 10% of all transaction fees in safe asset funds to provide partial protection for user funds", + "a44": "We store 10% of all transaction fees in safe asset funds to provide partial protection for user funds.", "a45": "Personalized Access Control", "a46": "Personalized access control restricts the devices and addresses that access personal accounts, so that users have no worries.", "a47": "Advanced Data Encryption", @@ -1153,8 +1153,8 @@ "a77": "How to buy digital currency ", "a78": "How to sell digital currency ", "a79": "How to Trade Digital Currencies", - "a80": "Market place", + "a80": "Marketplace", "a81": "24 hours market trend", - "a82": "Add cryptocurrency funds to your wallet and start trading instantly" + "a82": "Add cryptocurrency funds to your wallet and start trading now" } }