From 0fc09a70790bb52ca0c8993ecfc99fbcbd2cd9a8 Mon Sep 17 00:00:00 2001
From: liuqimichale <123456lq>
Date: Thu, 14 Nov 2019 23:00:01 +0800
Subject: [PATCH] update .gitignore
---
js/list.js | 2 +-
list.html | 2 +-
zeroout.html | 20 ++++++++++++++++++--
3 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/js/list.js b/js/list.js
index 99f9aac..d88f9ed 100644
--- a/js/list.js
+++ b/js/list.js
@@ -308,7 +308,7 @@ $(document).on('click','.out-btn',function () {
}else{
//$('.dialog-out').show()
- window.location.href='zeroout.html'
+ window.location.href='zeroout.html?carNumber='+carNumber
}
// alert(data.message)
diff --git a/list.html b/list.html
index e077ade..1effdc0 100644
--- a/list.html
+++ b/list.html
@@ -183,6 +183,6 @@
}
})();
-
+