This commit is contained in:
hyunho 2020-11-27 04:55:01 +00:00
parent ba608000e2
commit 2506c8eef7
3 changed files with 10 additions and 4 deletions

View File

@ -34,8 +34,10 @@
location.href = "https://www.ynicte.com/Account/Join?jointype=1";
}
function goHome() {
if (capResult.code > 0) {
location.href = "https://www.ynicte.com";
}
}
function goIndex() {
location.href = "https://www.ynicte.com/Account/Index";

View File

@ -44,8 +44,10 @@
location.href = "https://www.ynicte.com/Account/Join?jointype=3";
}
function goHome() {
if (capResult.code > 0) {
location.href = "https://www.ynicte.com";
}
}
function goIndex() {
location.href = "https://www.ynicte.com/Account/Index";

View File

@ -74,9 +74,11 @@
self.close();
}
function goHome() {
if (capResult.code > 0) {
opener.location.href = "https://www.ynicte.com";
self.close();
}
}
function goIndex() {
opener.location.href = "https://www.ynicte.com/Account/Index";
self.close();