From cc3d834fc3e6a5e74e3a9d476b41493e2ab001f0 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期四, 26 五月 2022 14:03:02 +0800 Subject: [PATCH] # --- 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 b8c025e..b6ccdce 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