From c54f75eb2805cca47f8719bef2fce50983b5bc60 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期五, 27 五月 2022 14:56:41 +0800
Subject: [PATCH] Merge branch 'klswcs2' of http://47.97.1.152:5880/r/zy-wcs into klswcs2

---
 src/main/webapp/views/render.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/render.html b/src/main/webapp/views/render.html
index 36f5c3f..2bc1ff0 100644
--- a/src/main/webapp/views/render.html
+++ b/src/main/webapp/views/render.html
@@ -584,7 +584,7 @@
             headers: {'token': localStorage.getItem('token')},
             method: 'POST',
             success: function (res) {
-                console.log(res)
+                // console.log(res)
                 if (res.code === 200) {
                     var crns = res.data;
                     for (var i = 0; i < crns.length; i++) {
@@ -651,7 +651,7 @@
 
     // 鍫嗗灈鏈哄亸绉诲姩鐢�
     function crnAnimate(id, leftVal) {
-        console.log(crn1Position)
+        // console.log(crn1Position)
         switch (id) {
             case 1:
                 $("#crn-1").animate({left: leftVal + 'px'}, 1000);

--
Gitblit v1.9.1