添加注释
This commit is contained in:
@@ -29,8 +29,9 @@
|
||||
</body>
|
||||
<script>
|
||||
$(function () {
|
||||
//调用函数
|
||||
getCountry();
|
||||
|
||||
// 选项节点获取code --province Code
|
||||
$("#province").change(function () {
|
||||
CountryId = $("#province").val();
|
||||
// console.log(FatherId);
|
||||
@@ -40,6 +41,7 @@
|
||||
getArea(CityID);
|
||||
|
||||
});
|
||||
// 选项节点获取code --City Code
|
||||
$("#city").change(function () {
|
||||
CityID = $("#city").val();
|
||||
// console.log(CityID);
|
||||
|
Reference in New Issue
Block a user