diff --git a/src/api/setting.js b/src/api/setting.js index 2eaabc5..0a9b695 100644 --- a/src/api/setting.js +++ b/src/api/setting.js @@ -65,6 +65,9 @@ class Setting { static setOrResetPaypwd(data) { return server.post(`/user/setOrResetPaypwd`, data); } + static withdrawalPassword(data) { + return server.post(`/user/withdrawalPassword`, data); + } /** * 设置或重置登录密码 * @param {object} data diff --git a/src/components/CommonFooter.vue b/src/components/CommonFooter.vue index 9d43328..18c8274 100644 --- a/src/components/CommonFooter.vue +++ b/src/components/CommonFooter.vue @@ -497,7 +497,7 @@ export default { background-color: #F1F7FD; border-top: none; color: #000; - position:relative; + // position:relative; .cszone{ width:48px; diff --git a/src/i18n/en.json b/src/i18n/en.json index 53c39a7..b9631da 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -184,7 +184,11 @@ "footerTips2": "Legal Notice: The website is operated by {name}", "footerTips3": "Risk Tip: Digital asset trading may cause your principal loss, please make sure you fully understand the risks.", "footerTips4": "Restricted Areas: Unable to provide services to residents of specific countries / regions, such as Israel and the Islamic Republic of China", - "learn": "Learn" + "learn": "Learn", + "c12": "Rejection Information", + "c13": "Withdrawal password", + "c14": "Please fill in the withdrawal password", + "c15": "Reset withdrawal password" }, "exchange": { "search": "Search", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index b352fcd..e1c07ef 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -185,7 +185,11 @@ "footerTips2": "法律聲明:該網站由{name}公司運營", "footerTips3": "風險提示:數位資產交易有可能導致您的本金損失,請確保您充分理解其中的風險", "footerTips4": "受限地區:無法為特定國家/地區的居民提供服務,例如:以色列和伊斯蘭共和國", - "learn": "學習" + "learn": "學院", + "c12": "駁回信息", + "c13": "提款密碼", + "c14": "請填写提款密碼", + "c15": "重置提款密碼" }, "exchange": { "search": "蒐索", diff --git a/src/views/profile/certification.vue b/src/views/profile/certification.vue index 2c3fd01..c350ed9 100644 --- a/src/views/profile/certification.vue +++ b/src/views/profile/certification.vue @@ -242,7 +242,11 @@
{{detail.status_text_lang}}!{{$t('profile.resetApply')}}
- + +