联系官方销售客服
1835022288
028-61286886
使用搜索功能,手机端搜索结果数量不对,比如PC端能搜出几十个结果,手机端只有三五个
这是手机端搜索栏
<form action="{WEB_DIR}index.php" method="get" class="flex"> <input class="search-input" type="text" name="keywords" value="" placeholder="请输入搜索关键词" /> <input type="hidden" name="s" value="game"> <input type="hidden" name="c" value="search"> <input class="search-btn" type="submit" value="搜索" /> </form>
这是搜索页面调用
{search module=game id=$searchid total=$sototal order=$params.order catid=$catid page=1 pagesize=40 urlrule=$urlrule return=rs} <li> <a href={$rs.url}> <img data-original="{dr_thumb($rs.thumb, 200, 200)}" src={MOBILE_THEME_PATH}picture/bg.gif /> <h3 class=title>{$rs.title}</h3> <p><em> </em>{$rs.daxiao}</p> <p>赞:<i>{$rs['avgsort']}</i><em> </em>人气:<i>{intval($rs['hits'])}</i></p> <span class=down>下载</span> </a> </li>{/search}
辛苦看看,PC端应该是正常的