Browse Source

其他改成投诉关键字

jinquanwu 6 years ago
parent
commit
fbf397c1d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WebChart_2.0/js/index.js

+ 1 - 1
WebChart_2.0/js/index.js

@@ -486,7 +486,7 @@ function keyWord(sd, ed) {
486 486
 			success: function(data) {
487 487
 				if(data.state.toLowerCase() == 'success') {
488 488
 					var con = data.data;
489
-					$(".keyW_t").text(con[0].TypeName)
489
+//					$(".keyW_t").text(con[0].TypeName)
490 490
 					$('.tagcloud').html('');
491 491
 					$(con).each(function(k, j) {
492 492
 						if(k < 12) {