This commit is contained in:
parent
6fa99d3a68
commit
0da699af92
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function goJoin() {
|
function goJoin() {
|
||||||
location.href = "https://www.ynicte.com/Account/Join?jointype=1";
|
location.href = "/Account/Join?jointype=1";
|
||||||
}
|
}
|
||||||
function goHome() {
|
function goHome() {
|
||||||
if (capResult.code > 0) {
|
if (capResult.code > 0) {
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function goIndex() {
|
function goIndex() {
|
||||||
location.href = "https://www.ynicte.com/Account/Index";
|
location.href = "/Account/Index";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue