diff --git a/src/pages/StreamerInformation/index.jsx b/src/pages/StreamerInformation/index.jsx index f405f2e..249a13c 100644 --- a/src/pages/StreamerInformation/index.jsx +++ b/src/pages/StreamerInformation/index.jsx @@ -359,7 +359,7 @@ const StreamerInformationContent = () => { alert("请完善信息后提交"); return; } - if (value.wechat_lock_type === 0 && !value.wechat) { + if (value.wechat_lock_type == 0 && !value.wechat) { alert("请填写微信后提交"); return; }