48d19e90 by yangjianbin

init

1 parent 3d5cd52a
......@@ -13,7 +13,7 @@
<option value="<?=$v->id?>"><?=$v->name?></option>
<?php if($v->children && !empty($v->children)):?>
<?php foreach ($v->children as $kk=>$vv):?>
<option value="<?=$vv->id?>"><?=$vv->name?></option>
<option value="<?=$vv->id?>">&nbsp;&nbsp;<?=$vv->name?></option>
<?php endforeach;?>
<?php endif;?>
<?php endforeach;?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!