Commit 40e4e69a0b92e1f8e512157f4b065d21f9ddee1f
1 parent
42f11ff4
更新区域名称
Showing
2 changed files
with
2 additions
and
2 deletions
js/pagejs/guidance.js
... | ... | @@ -436,7 +436,7 @@ $(function () { |
436 | 436 | "Title": "行政区划", |
437 | 437 | "inputName": "selected1_value", |
438 | 438 | // 默认选中的值(参数值写需要选中的select的value值) |
439 | - "selected": "2705", | |
439 | + "selected": "2703", | |
440 | 440 | Succee: function () { |
441 | 441 | // console.log($("input[name='selected1_value']").attr('value')); |
442 | 442 | // var checktext; | ... | ... |
js/pagejs/parkquery.js
... | ... | @@ -445,7 +445,7 @@ $(function () { |
445 | 445 | "Title": "行政区划", |
446 | 446 | "inputName": "selected1_value", |
447 | 447 | // 默认选中的值(参数值写需要选中的select的value值) |
448 | - "selected": "2705", | |
448 | + "selected": "2703", | |
449 | 449 | Succee: function () { |
450 | 450 | // console.log($("input[name='selected1_value']").attr('value')); |
451 | 451 | checkText = $(".sel-title").eq(0).text(); | ... | ... |