Commit 37eff2929fa3825223a99cc0b1a8a24a196a3108
1 parent
7401d1bb
ditu
Showing
1 changed file
with
2 additions
and
1 deletions
js/pagejs/index.js
... | ... | @@ -1199,6 +1199,7 @@ |
1199 | 1199 | success: function(res){ |
1200 | 1200 | if(res.code == '8888'){ |
1201 | 1201 | var result = res.data; |
1202 | + console.log(result) | |
1202 | 1203 | var bar_r_option = { |
1203 | 1204 | |
1204 | 1205 | xAxis : [ |
... | ... | @@ -1291,7 +1292,7 @@ |
1291 | 1292 | success: function(res){ |
1292 | 1293 | if(res.code == '8888'){ |
1293 | 1294 | var result = res.data; |
1294 | - | |
1295 | + console.log(result) | |
1295 | 1296 | var bar_c_option = { |
1296 | 1297 | animationDelay:500, |
1297 | 1298 | animationDuration:2000, | ... | ... |