<select name="cateid">
<option >选择分类</option>
<volist name="cateres" id="vo">
<option <if condition="$vo['id'] eq $srticler['cateid']">selected="selected"</if> value="{$vo.id}" >{$vo.catename}</option>
</volist>
</select>
Same as above, the column is not displayed
It is not possible to obtain dynamic columns. Which part are you referring to? Is the variable cateres empty and not obtained, or did you fail to modify the data? Please describe the problem in detail
Same as above, the column is not displayed
It is not possible to obtain dynamic columns. Which part are you referring to? Is the variable cateres empty and not obtained, or did you fail to modify the data? Please describe the problem in detail