Commit f3d47134 authored by 黎聪聪's avatar 黎聪聪

收货地址修改

parent 7783dd67
......@@ -402,6 +402,12 @@
getReginList(listCity[0].areaId);
}
getReginList($("#city").val())
var province = $("#province option:selected").val()
if (province==""){
$("#city").append(`<option value = "">请选择城市</option>`);
$("#county").append(`<option value = "">请选择区/县</option>`);
}
}
function getReginList(areaId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment