From 13f6295879fedb34e859446a589b530be9f77e7b Mon Sep 17 00:00:00 2001 From: wuhao <15392746632@qq.com> Date: Fri, 4 Dec 2020 14:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E8=AE=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmcalendar.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pmcalendar.php b/pmcalendar.php index f6ce7c4..745de70 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -438,7 +438,7 @@ if ($act == 'newevent') {
-

17

+

@@ -1117,8 +1117,14 @@ if ($act == 'newevent') { game: showGame }, success: function (doc) { + console.log(doc); callback(doc.calendarData); - // console.log(doc); + // console.log(doc);\ + $("#dabaonum").html(doc.count['打包']); + $("#gengxinnum").html(doc.count['版本更新']); + $("#xiufunum").html(doc.count['修复外网']); + $("#jeidiannum").html(doc.count['节点']); + if (doc.gameInfo && doc.gameInfo.length > 0) { var _html = []; for (var i = 0; i < doc.gameInfo.length; i++) {