Merge pull request #625 from QAbot-zh/fix/bindwechat
fix bindWeChat tips
This commit is contained in:
@@ -192,7 +192,7 @@ const PersonalSetting = () => {
|
||||
);
|
||||
const {success, message} = res.data;
|
||||
if (success) {
|
||||
showSuccess(t('微信账户绑<EFBFBD><EFBFBD>成功!'));
|
||||
showSuccess(t('微信账户绑定成功!'));
|
||||
setShowWeChatBindModal(false);
|
||||
} else {
|
||||
showError(message);
|
||||
|
||||
Reference in New Issue
Block a user