Commit fd3a5df0 authored by agping's avatar agping

1

parent 790dedae
......@@ -168,7 +168,7 @@
$.each(data.data, function(i, item) {
str += '<option value="' + item.id + '">' + item.district_name + '</option>';
});
$('[name=district_id]').html(str);
$('#district_id').html(str);
$('#guest_stores').html('<option value="">选择门店</option>');
}
......
......@@ -167,7 +167,7 @@
$.each(data.data, function(i, item) {
str += '<option value="' + item.id + '">' + item.district_name + '</option>';
});
$('[name=district_id]').html(str);
$('#district_id').html(str);
$('#guest_stores').html('<option value="">选择门店</option>');
}
......
......@@ -169,7 +169,7 @@
$.each(data.data, function(i, item) {
str += '<option value="' + item.id + '">' + item.district_name + '</option>';
});
$('[name=district_id]').html(str);
$('#district_id').html(str);
$('#guest_stores').html('<option value="">选择门店</option>');
}
......
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