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

fix bindWeChat tips
This commit is contained in:
Calcium-Ion
2024-12-15 20:59:47 +08:00
committed by GitHub

View File

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