You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
38 lines
1.2 KiB
// (function() {
|
|
// $.ajax({
|
|
// url: "/get_home_realtime_datas",
|
|
// type: "GET",
|
|
// dataType: "json",
|
|
// data: {
|
|
// 'pid': data.link,
|
|
// 'reflevel':data.level,
|
|
// 'id':data.uid
|
|
// },
|
|
// success:function(data){
|
|
// //alert(data.err); eval(data.err)//分解
|
|
// var html="<table>";
|
|
// for(var i=0;i<data.curConfirm.length;i++)
|
|
// {
|
|
// html+="<ul>
|
|
|
|
// </ul>";
|
|
// }
|
|
// html+="</table>";
|
|
// }
|
|
// $("#st").html(html);
|
|
// },
|
|
// error:function(){
|
|
// }
|
|
// });
|
|
|
|
// });
|
|
|
|
|
|
// // <li>data.curConfirm</li>
|
|
// // <li>data.asymptomatic</li>
|
|
// // <li>data.unconfirmed</li>
|
|
// // <li>data.overseasInput</li>
|
|
// // <li>data.icu</li>
|
|
// // <li>data.cured</li>
|
|
// // <li>data.died</li>
|
|
// // <li>data.overseasInput</li>
|