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++) {