美文网首页
关于输出界面不显示问题

关于输出界面不显示问题

作者: hello大象 | 来源:发表于2017-11-27 07:11 被阅读0次

console显示:

rlogs.youdao.com/rlog.php?_npid=deskdict&_ncat=event&_ncoo=2014885180.59516…ULL&_nver=1.2.0&_ntms=1511737325132&_nhrf=first-touch&keyfrom=dict_huaci:1 GET http://rlogs.youdao.com/rlog.php?_npid=deskdict&_ncat=event&_ncoo=201488518…=NULL&_nver=1.2.0&_ntms=1511737325132&_nhrf=first-touch&keyfrom=dict_huaci net::ERR_NAME_NOT_RESOLVED

正确写法:

  <if condition="$vv['cat_pid'] eq $v['cat_id']">
                            <div class="cat_detail">
                                <dl class="dl_1st">
                                    <dt><a href="">{$vv.cat_name}</a></dt>
                                    <dd>
                                        <foreach name="cat_infoC" item="vvv">
                                            <equal name="vvv['cat_pid']" value="$vv['cat_id']">
                                                <a href="">{$vvv.cat_name}</a>
                                            </equal>
                                        </foreach>
                                    </dd>
                                </dl>
                            </div>
   </if>

手册:


相关文章

网友评论

      本文标题:关于输出界面不显示问题

      本文链接:https://www.haomeiwen.com/subject/xjhrbxtx.html