Compare commits
No commits in common. "13f6295879fedb34e859446a589b530be9f77e7b" and "793e798701560a92e877488982332039c2c79e73" have entirely different histories.
13f6295879
...
793e798701
@ -203,10 +203,12 @@ if ($act == 'newevent') {
|
||||
if ($type == 'charts')
|
||||
// we(json_encode($eventCharts));
|
||||
we(json_encode(array('charts' => $eventCharts, 'table' => $eventTable)));
|
||||
else{
|
||||
$json['count'] = $eventTypeCnt;
|
||||
we(json_encode($json));
|
||||
elseif ($type == 'count')
|
||||
{
|
||||
we(json_encode($eventTypeCnt));
|
||||
}
|
||||
else
|
||||
we(json_encode($json));
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@ -438,7 +440,7 @@ if ($act == 'newevent') {
|
||||
<div class='data-box'>
|
||||
<img src="assets/images/dabao.png"/>
|
||||
<!-- <p class="data-name">打包</p> -->
|
||||
<p class="data-num" id="dabaonum"></p>
|
||||
<p class="data-num" id="dabaonum">17</p>
|
||||
</div>
|
||||
|
||||
<div class='data-box'>
|
||||
@ -1117,14 +1119,8 @@ if ($act == 'newevent') {
|
||||
game: showGame
|
||||
},
|
||||
success: function (doc) {
|
||||
console.log(doc);
|
||||
callback(doc.calendarData);
|
||||
// console.log(doc);\
|
||||
$("#dabaonum").html(doc.count['打包']);
|
||||
$("#gengxinnum").html(doc.count['版本更新']);
|
||||
$("#xiufunum").html(doc.count['修复外网']);
|
||||
$("#jeidiannum").html(doc.count['节点']);
|
||||
|
||||
// console.log(doc);
|
||||
if (doc.gameInfo && doc.gameInfo.length > 0) {
|
||||
var _html = [];
|
||||
for (var i = 0; i < doc.gameInfo.length; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user