This commit is contained in:
hyunho 2020-11-27 02:26:19 +00:00
parent 7336c29e91
commit 3e5d65c849
3 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@
}
}
function goJoin() {
location.href = "https://www.ynicte.com/Account/JoinTSel";
location.href = "https://www.ynicte.com/Account/Join?jointype=1";
}
function goHome() {
location.href = "https://www.ynicte.com";

View File

@ -41,7 +41,7 @@
}
}
function goJoin() {
location.href = "https://www.ynicte.com/Account/JoinTSel";
location.href = "https://www.ynicte.com/Account/Join?jointype=3";
}
function goHome() {
location.href = "https://www.ynicte.com";

View File

@ -26,6 +26,8 @@
/* (3) Callback의 처리. 정상적으로 Callback 처리가 완료될 경우 main page로 redirect(또는 Popup close) */
window.addEventListener('load', function () {
window.resizeTo("500", "500");
naverLogin.getLoginStatus(function (status) {
if (status) {
/* (4) 필수적으로 받아야하는 프로필 정보가 있다면 callback처리 시점에 체크 */