diff --git a/src/api/setting.js b/src/api/setting.js index 2eaabc5..47d2536 100644 --- a/src/api/setting.js +++ b/src/api/setting.js @@ -65,6 +65,11 @@ 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/i18n/en.json b/src/i18n/en.json index 3baae3c..5144624 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -217,7 +217,11 @@ "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", - "GraphicValidation": "Graphical Verification" + "GraphicValidation": "Graphical Verification", + "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 a711400..132d220 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -218,7 +218,11 @@ "footerTips3": "風險提示:數位資產交易有可能導致您的本金損失,請確保您充分理解其中的風險", "footerTips4": "受限地區:無法為特定國家/地區的居民提供服務,例如:以色列和伊斯蘭共和國", "learn": "學院", - "GraphicValidation": "圖形驗證" + "GraphicValidation": "圖形驗證", + "c12": "駁回信息", + "c13": "提款密碼", + "c14": "請填写提款密碼", + "c15": "重置提款密碼" }, "exchange": { "search": "搜索", diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue index 53e3cf1..da0269d 100644 --- a/src/views/profile/index.vue +++ b/src/views/profile/index.vue @@ -11,27 +11,29 @@
{{detail.status_text_lang}}!{{$t('profile.resetApply')}}
- + +