mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-03 04:19:37 +08:00
修复导航管理二级没有数据出现错误
This commit is contained in:
parent
5d0d9e5f12
commit
3099c1d5d4
@ -142,7 +142,7 @@
|
||||
<option value="">请选择...</option>
|
||||
{{foreach $article_list as $v}}
|
||||
<optgroup label="{{$v.name}}">
|
||||
<notempty name="v.items">
|
||||
{{if !empty($v['items'])}}
|
||||
{{foreach $v.items as $vs}}
|
||||
<option value="{{$vs.id}}">{{$vs.title}}</option>
|
||||
{{/foreach}}
|
||||
|
Loading…
Reference in New Issue
Block a user