{if array_key_exists($id,$Think.config.web.config_group_list)}
{volist name="Think.config.web.config_group_list" id="group"}
{$group}配置
{/volist}
{/if}
{volist name="list" id="config"}
{$config.title}
{switch name="config.type"} {case value="0"}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="1"}
{notempty name="config.remark"}
{$config.remark}
{/notempty}
{/case} {case value="2"}
{$config.value}
{notempty name="config.remark"}
{$config.remark}
{/notempty}
{/case} {case value="3"}
{$config.value}
{notempty name="config.remark"}
{$config.remark}
{/notempty}
{/case} {case value="4"}
{volist name=":parse_config_attr($config['extra'])" id="vo"}
{/volist}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="5"}
{volist name=":parse_config_attr($config['extra'])" id="vo"}
{/volist}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="6"}
{volist name=":parse_config_attr($config['extra'])" id="vo"}
{$vo}
{/volist}
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {case value="7"}
上传图片
{notempty name="config.remark"}
{$config.remark}
{/notempty} {/case} {/switch}
{/volist}
确认保存