From 33c70b609b27aa548e43ef7751c8970f99dc663a Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期五, 11 二月 2022 09:53:23 +0800
Subject: [PATCH] 2-11

---
 src/main/webapp/static/js/item/item.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/item/item.js b/src/main/webapp/static/js/item/item.js
index bad2e11..a1794b9 100644
--- a/src/main/webapp/static/js/item/item.js
+++ b/src/main/webapp/static/js/item/item.js
@@ -67,7 +67,7 @@
             statusCode: 200
         },
         done: function(res, curr, count) {
-            console.log(res)
+            // console.log(res)
             if (res.code === 403) {
                 top.location.href = baseUrl+"/";
             }
@@ -244,7 +244,7 @@
 
     // 鏃堕棿閫夋嫨鍣�
     function layDateRender(mData) {
-        console.log(mData)
+        // console.log(mData)
         setTimeout(function () {
             layDate.render({
                 elem: '#startTime',

--
Gitblit v1.9.1