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