前端:
<div data-toggle="distpicker" id="distpicker" style="width: 350px">
<select name="province" id="province" style="width: 100px">
<option value="">请选择</option>
<volist name="res_storecate" id="res_storec">
<option <?php if($res_storec['id'] == $a_stor['id']){
echo "selected";}?> value="{$res_storec.id}" > {
$res_storec.cate_name} </option>
</volist>
</select>
<select name=<