This commit is contained in:
parent
ba608000e2
commit
2506c8eef7
|
|
@ -34,7 +34,9 @@
|
|||
location.href = "https://www.ynicte.com/Account/Join?jointype=1";
|
||||
}
|
||||
function goHome() {
|
||||
location.href = "https://www.ynicte.com";
|
||||
if (capResult.code > 0) {
|
||||
location.href = "https://www.ynicte.com";
|
||||
}
|
||||
}
|
||||
function goIndex() {
|
||||
location.href = "https://www.ynicte.com/Account/Index";
|
||||
|
|
|
|||
|
|
@ -44,7 +44,9 @@
|
|||
location.href = "https://www.ynicte.com/Account/Join?jointype=3";
|
||||
}
|
||||
function goHome() {
|
||||
location.href = "https://www.ynicte.com";
|
||||
if (capResult.code > 0) {
|
||||
location.href = "https://www.ynicte.com";
|
||||
}
|
||||
}
|
||||
function goIndex() {
|
||||
location.href = "https://www.ynicte.com/Account/Index";
|
||||
|
|
|
|||
|
|
@ -74,8 +74,10 @@
|
|||
self.close();
|
||||
}
|
||||
function goHome() {
|
||||
opener.location.href = "https://www.ynicte.com";
|
||||
self.close();
|
||||
if (capResult.code > 0) {
|
||||
opener.location.href = "https://www.ynicte.com";
|
||||
self.close();
|
||||
}
|
||||
}
|
||||
function goIndex() {
|
||||
opener.location.href = "https://www.ynicte.com/Account/Index";
|
||||
|
|
|
|||
Loading…
Reference in New Issue