Commit be5ed916 by Calcium-Ion Committed by GitHub

Merge pull request #625 from QAbot-zh/fix/bindwechat

fix bindWeChat tips
parents ebf74150 838af0b0
...@@ -192,7 +192,7 @@ const PersonalSetting = () => { ...@@ -192,7 +192,7 @@ const PersonalSetting = () => {
); );
const {success, message} = res.data; const {success, message} = res.data;
if (success) { if (success) {
showSuccess(t('微信账户绑��成功!')); showSuccess(t('微信账户绑成功!'));
setShowWeChatBindModal(false); setShowWeChatBindModal(false);
} else { } else {
showError(message); showError(message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment