48d19e90 by yangjianbin

init

1 parent 3d5cd52a
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 <option value="<?=$v->id?>"><?=$v->name?></option> 13 <option value="<?=$v->id?>"><?=$v->name?></option>
14 <?php if($v->children && !empty($v->children)):?> 14 <?php if($v->children && !empty($v->children)):?>
15 <?php foreach ($v->children as $kk=>$vv):?> 15 <?php foreach ($v->children as $kk=>$vv):?>
16 <option value="<?=$vv->id?>"><?=$vv->name?></option> 16 <option value="<?=$vv->id?>">&nbsp;&nbsp;<?=$vv->name?></option>
17 <?php endforeach;?> 17 <?php endforeach;?>
18 <?php endif;?> 18 <?php endif;?>
19 <?php endforeach;?> 19 <?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!