模型功能完善

This commit is contained in:
2017-06-19 10:56:18 +08:00
parent 0b4855605e
commit d8feb066ea
5 changed files with 25 additions and 61 deletions

View File

@@ -54,7 +54,7 @@
{/volist}
</div>
</div>
{else/}
{elseif isset($keyList) /}
{volist name="keyList" id="field"}
{if $field['type'] eq 'hidden'}
<input type="hidden" name="{$field['name']}" value="{$info[$field['name']]|default=''}"/>