Commit 838af0b0 by Q.A.zh

fix bindWeChat tips

parent ebf74150
......@@ -192,7 +192,7 @@ const PersonalSetting = () => {
);
const {success, message} = res.data;
if (success) {
showSuccess(t('微信账户绑��成功!'));
showSuccess(t('微信账户绑成功!'));
setShowWeChatBindModal(false);
} else {
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