{volist name=":query('cms_mysort',['where'=>['uid'=>$info.uid] & ['name'=>$rs.myfid]])" id="rs"}
这个多条件查询应该怎么写啊
{volist name=":query('cms_mysort',['where'=>['uid'=>$info.uid],'name'=>$rs.myfid])" id="rs"}
<input type="text" name="keyword2" lay-verify="required" placeholder="查找编号" value="" class="layui-input"> 剩下的就懵圈了
{if (($rs.ifsearch&&in_array($rs.type,['text','textarea']))||in_array($rs.name,['title']))||in_array($rs.name,['p_number'])}
<input type="radio" name="type" value="{$rs.name}" title="{$rs.title}" {if (($i==1&&empty(input('type')))||input('type')==$rs.name)}checked{/if}>
{/if}
{/volist} 我更改了这里没用啊