Commit ea439c896379d0d0422605455d6aeacffe592d08

Authored by Andy
2 parents fd3d7e55 00fd6941

Merge branch 'branch' of http://192.168.1.195:9998/web_developers/hdgovcloud into branch

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,
... ...
js/pagejs/parkquery.js
... ... @@ -445,7 +445,7 @@ $(function () {
445 445 "Title": "行政区划",
446 446 "inputName": "selected1_value",
447 447 // 默认选中的值(参数值写需要选中的select的value值)
448   - "selected": "2703",
  448 + "selected": "658",
449 449 Succee: function () {
450 450 // console.log($("input[name='selected1_value']").attr('value'));
451 451 checkText = $(".sel-title").eq(0).text();
... ...