Commit ea439c896379d0d0422605455d6aeacffe592d08
Merge branch 'branch' of http://192.168.1.195:9998/web_developers/hdgovcloud into branch
Showing
2 changed files
with
3 additions
and
2 deletions
js/pagejs/index.js
@@ -1199,6 +1199,7 @@ | @@ -1199,6 +1199,7 @@ | ||
1199 | success: function(res){ | 1199 | success: function(res){ |
1200 | if(res.code == '8888'){ | 1200 | if(res.code == '8888'){ |
1201 | var result = res.data; | 1201 | var result = res.data; |
1202 | + console.log(result) | ||
1202 | var bar_r_option = { | 1203 | var bar_r_option = { |
1203 | 1204 | ||
1204 | xAxis : [ | 1205 | xAxis : [ |
@@ -1291,7 +1292,7 @@ | @@ -1291,7 +1292,7 @@ | ||
1291 | success: function(res){ | 1292 | success: function(res){ |
1292 | if(res.code == '8888'){ | 1293 | if(res.code == '8888'){ |
1293 | var result = res.data; | 1294 | var result = res.data; |
1294 | - | 1295 | + console.log(result) |
1295 | var bar_c_option = { | 1296 | var bar_c_option = { |
1296 | animationDelay:500, | 1297 | animationDelay:500, |
1297 | animationDuration:2000, | 1298 | animationDuration:2000, |
js/pagejs/parkquery.js
@@ -445,7 +445,7 @@ $(function () { | @@ -445,7 +445,7 @@ $(function () { | ||
445 | "Title": "行政区划", | 445 | "Title": "行政区划", |
446 | "inputName": "selected1_value", | 446 | "inputName": "selected1_value", |
447 | // 默认选中的值(参数值写需要选中的select的value值) | 447 | // 默认选中的值(参数值写需要选中的select的value值) |
448 | - "selected": "2703", | 448 | + "selected": "658", |
449 | Succee: function () { | 449 | Succee: function () { |
450 | // console.log($("input[name='selected1_value']").attr('value')); | 450 | // console.log($("input[name='selected1_value']").attr('value')); |
451 | checkText = $(".sel-title").eq(0).text(); | 451 | checkText = $(".sel-title").eq(0).text(); |