From dc320d4b3e8294864217c2cf27208ab85700f4dd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 08 九月 2020 13:11:48 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/console.html |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index de36e27..57c5e84 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -827,17 +827,17 @@
     }
 
 
-    // 鍙拌溅鐐瑰嚮浜嬩欢
-    $(document).on("click", ".item", function () {
-        var value = prompt('鐩爣绔欙細', "1");
-        if (value == null) {
-            alert('涓嶈兘涓虹┖锛�');
-        } else if (value === '') {
-            alert('涓嶈兘涓虹┖锛�');
-        } else {
-            carAnimate(8, Number(value));
-        }
-    })
+    // // 鍙拌溅鐐瑰嚮浜嬩欢
+    // $(document).on("click", ".item", function () {
+    //     var value = prompt('鐩爣绔欙細', "1");
+    //     if (value == null) {
+    //         alert('涓嶈兘涓虹┖锛�');
+    //     } else if (value === '') {
+    //         alert('涓嶈兘涓虹┖锛�');
+    //     } else {
+    //         carAnimate(8, Number(value));
+    //     }
+    // })
 
 </script>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1