解决C端立减金详情暂停跳转其他链接
This commit is contained in:
parent
037d2c5b24
commit
ac6d8b3fc8
|
@ -175,10 +175,11 @@
|
||||||
window.location.replace("./homepage.html");
|
window.location.replace("./homepage.html");
|
||||||
}, 3000);
|
}, 3000);
|
||||||
} else {
|
} else {
|
||||||
let backUrl = window.history.length;
|
window.location.replace("./index.html");
|
||||||
if (backUrl) {
|
// let backUrl = window.history.length;
|
||||||
history.go(-backUrl + 1);
|
// if (backUrl) {
|
||||||
}
|
// history.go(-backUrl + 1);
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue