调整drop数字细节问题

This commit is contained in:
dongxiaoyan
2018-12-21 15:51:36 +08:00
parent 4147e52b73
commit 908288f4c6
2 changed files with 3 additions and 1 deletions

View File

@@ -1219,6 +1219,7 @@
/* 数字特效 */
function animalNum(dropNum){
$("#dataNums").empty();
//var dropNum = rand(100,99999);;
$("#dataNums").rollNum({
deVal:dropNum
@@ -1240,7 +1241,7 @@
$.ajax({
type:'get',
dataType: 'json',
url:'${pageContext.request.contextPath}/nis/dynamicpage/indexDrop' + "?baseNum=" + top.baseNum,
url:'${pageContext.request.contextPath}/nis/dynamicpage/indexDrop' + "?baseNum=" + top.dropBaseNum,
success:function(res){//处理返回结果
if(res) {
dropData = res;

View File

@@ -17,6 +17,7 @@
var indexLogServiceIdArr = [16,17,20,129,33];
var indexLogServiceNameArr = ["IP BLK", "HTTP BLK", "MAIL BLK", "HTTP MON", "APP MON"];
var baseNum = 10000;
var dropBaseNum = 30000;
/* var indexLogServiceId = "128,131,149,16,33";
var indexLogServiceIdArr = [128,131,149,16,33];
var indexLogServiceNameArr = ["IP Mon", "SSL Mon", "ASN Mon", "IP Blk", "APP Mon"]; */