It is not possible to edit and obtain dynamic columns
杰瑞
杰瑞 2018-07-10 11:24:33
0
2
1109

 <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>


杰瑞
杰瑞

reply all(2)
♪感受心靈De音樂♫

Same as above, the column is not displayed

ringa_lee

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template