From 9bde4eaa944963e74bb8990ad6a3efe6ef8071f2 Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Sat, 27 Apr 2019 17:31:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/update.html b/public/update.html index b5e7a569..a721c5b2 100644 --- a/public/update.html +++ b/public/update.html @@ -56,7 +56,7 @@ If you continue to experience problems please contact your Trustie administrator 温馨提示:为了给大家提供更优质的服务

- 平台拟于2019年4月23日00:00--02:00进行全面升级,带来不便,敬请谅解! + 平台拟于2019年4月27日17:00--18:00进行全面升级,带来不便,敬请谅解!

From 2186fa33e257b55e4b031227c87782576526ead8 Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Sat, 27 Apr 2019 17:32:02 +0800 Subject: [PATCH 2/3] update --- public/update.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/update.html b/public/update.html index a721c5b2..e609e7aa 100644 --- a/public/update.html +++ b/public/update.html @@ -56,9 +56,8 @@ If you continue to experience problems please contact your Trustie administrator 温馨提示:为了给大家提供更优质的服务

- 平台拟于2019年4月27日17:00--18:00进行全面升级,带来不便,敬请谅解! + 平台拟于2019年4月27日17:00--18:30进行全面升级,带来不便,敬请谅解!

- From 2a030196b6c4e6a7bff43cdaa7119d49d21c1792 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Sat, 27 Apr 2019 21:03:53 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=AE=8C=E5=96=84=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/educoder/edu_account.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/javascripts/educoder/edu_account.js b/public/javascripts/educoder/edu_account.js index e01baef0..a93916db 100644 --- a/public/javascripts/educoder/edu_account.js +++ b/public/javascripts/educoder/edu_account.js @@ -836,12 +836,12 @@ $(function(){ var image = $("#ren_zheng_image"); var element = $("").attr("href", image.attr('src')+".png"); image.wrap(element); - image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false}); + //image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false}); var auth_image = $("#upload_id_image"); var auth_element = $("").attr("href", auth_image.attr('src')+".png"); auth_image.wrap(auth_element); - auth_image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false}); + //auth_image.parent().colorbox({rel: 'nofollow', close: "关闭", returnFocus: false}); $("#user_auth_submit_a").one("click", function(){ user_auth_submit(1);