Commit 3b513d3bfa47147a30473799c2b54fd917b41ff2
1 parent
a9115a64
去掉弹窗
Showing
1 changed file
with
1 additions
and
1 deletions
zeroout.html
@@ -112,7 +112,7 @@ | @@ -112,7 +112,7 @@ | ||
112 | // },3000) | 112 | // },3000) |
113 | 113 | ||
114 | $('#ok-btn').on('click',function () { | 114 | $('#ok-btn').on('click',function () { |
115 | - window.location.href="list.html?carNumber="+getQueryString(window.location).carNumber | 115 | + window.location.href="listnew.html?carNumber="+getQueryString(window.location).carNumber |
116 | }) | 116 | }) |
117 | 117 | ||
118 | function getQueryString(location) { | 118 | function getQueryString(location) { |