fix bug
This commit is contained in:
parent
be1a3342b8
commit
2d8b170a9d
|
@ -359,7 +359,7 @@ const StreamerInformationContent = () => {
|
||||||
alert("请完善信息后提交");
|
alert("请完善信息后提交");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (value.wechat_lock_type === 0 && !value.wechat) {
|
if (value.wechat_lock_type == 0 && !value.wechat) {
|
||||||
alert("请填写微信后提交");
|
alert("请填写微信后提交");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue