From 3b513d3bfa47147a30473799c2b54fd917b41ff2 Mon Sep 17 00:00:00 2001 From: wangbiao Date: Mon, 15 Jun 2020 22:16:30 +0800 Subject: [PATCH] 去掉弹窗 --- zeroout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeroout.html b/zeroout.html index 13166b9..dd1ce52 100644 --- a/zeroout.html +++ b/zeroout.html @@ -112,7 +112,7 @@ // },3000) $('#ok-btn').on('click',function () { - window.location.href="list.html?carNumber="+getQueryString(window.location).carNumber + window.location.href="listnew.html?carNumber="+getQueryString(window.location).carNumber }) function getQueryString(location) { -- libgit2 0.21.4