您的位置:首页技术文章
文章详情页

未定义数组索引: period,求大神指点

浏览:48日期:2022-06-22 11:26:15

问题描述

<div class="task-item"> 审核周期:

<select style="display:inline;" class="task-txt" name="check_period">

{if condition="check_array($setting['period'])"}

{volist name="setting['period']" id="period"}

<option value="{$period}"

{if isset($item['check_period']) && $item['check_period']==$period}

selected="selected"

{/if}

>

{if condition="$period eq '0'"}

问题解答

回答1:

至少 你要说清你的问题,你要做什么? 你的报错信息是什么吧?

回答2:不知道哪里出错了,纯小白
相关文章: