浏览代码

优惠码

xuzhiheng 5 年之前
父节点
当前提交
8a87d8fdc9

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_index_new.js

@@ -347,7 +347,7 @@ $(function () {
             //cancelTip(module);
             window.history.back();
         });
-        window.removeEventListener('popstate')
+        window.removeEventListener('popstate',function(){})
         setTimeout(function () {
             window.addEventListener("popstate", function (e) {
                 //如果订单计费清单显示,则关闭清单;

+ 1 - 1
src/web/staticres/vipsubscribe/js/vip_index_new.js

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