diff --git a/src/forge/Information/Pages/zoneVIP.jsx b/src/forge/Information/Pages/zoneVIP.jsx index 2707a6f82..f7bef28d9 100644 --- a/src/forge/Information/Pages/zoneVIP.jsx +++ b/src/forge/Information/Pages/zoneVIP.jsx @@ -52,16 +52,15 @@ function ZoneVIP(props){ } function onOk(e) { - console.log(e) - // applyJoin(id, e).then(res => { - // if (res) { - // showNotification(res.msg) - // setApplyVisible(!applyVisible) - // if (res.code === 200) { - // setMemberStatus(memberStatusEnum.applying) - // } - // } - // }) + applyJoin(id, e).then(res => { + if (res) { + showNotification(res.msg) + setApplyVisible(!applyVisible) + if (res.code === 200) { + setMemberStatus(memberStatusEnum.applying) + } + } + }) } function apply() {