fix bindWeChat tips
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user