fix bindWeChat tips

This commit is contained in:
Q.A.zh
2024-12-15 12:53:16 +00:00
parent fb9f50ce79
commit 6c995d4bd9

View File

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