This commit is contained in:
yezian 2024-01-10 02:14:49 +08:00
parent be1a3342b8
commit 2d8b170a9d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}