聯系官方銷售客服
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端應該是正常的
search標簽沒有問題
對比下pc段素具