var CustomerViewListTimer; function GetCustomerViewList() { Vivian.ReCustomerViewList("4", callCustomerViewListback); } function callCustomerViewListback(p) { var html = "
"; if (p.value != "") { var jsonObjCustomer = eval("data=" + p.value); if (jsonObjCustomer.Detail.length > 0) { for (var i = 0; i < jsonObjCustomer.Detail.length; i++) { html += "来自" + jsonObjCustomer.Detail[i].StatType + "的客户正访问" + jsonObjCustomer.Detail[i].CompanyName + " "; } } html = html + "