|
@@ -348,7 +348,7 @@ $(function () {
|
|
$('.vip-footer .button-l.reset').off("click").on("click", function () {
|
|
$('.vip-footer .button-l.reset').off("click").on("click", function () {
|
|
cancelTip(module);
|
|
cancelTip(module);
|
|
});
|
|
});
|
|
- window.removeEventListener('popstate')
|
|
|
|
|
|
+ window.removeEventListener('popstate',function(){})
|
|
window.addEventListener("popstate", function (e) {
|
|
window.addEventListener("popstate", function (e) {
|
|
// 如果订单计费清单显示,则关闭清单;
|
|
// 如果订单计费清单显示,则关闭清单;
|
|
if ($(".billing-list-container").css("display") != "none" && module === 2) {
|
|
if ($(".billing-list-container").css("display") != "none" && module === 2) {
|