This commit is contained in:
parent
ba608000e2
commit
2506c8eef7
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue