why.xingtongworld.com项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
525 B

{layout name="public/layout" /}
<div class="weui-cells__title" style="color:#333;">搜索结果</div>
<div class="weui-cells">
{foreach name="products" item="vo"}
<a class="weui-cell weui-cell_access" href="{:url('notice',['id'=>$vo['n_id']])}">
<div class="weui-cell__bd">
<p>{$vo.n_title}</p>
</div>
<div class="weui-cell__ft">
</div>
</a>
{/foreach}
</div>