联系官方销售客服
1835022288
028-61286886
自定义搜索模版不跳转对应自定义模版,还是默认search.html模版,搜索结果不是指定栏目下的数据
<form action="/index.php?s=fxinghao&c=search&catid=76" method="get"> <input name="xinghao" id="SearchStr1" type="text" placeholder="请输入型号"> <input name="pinpai" id="SearchStr2" type="text" placeholder="请输入品牌"> <input type="hidden" name="s" value="fxinghao"> <input type="hidden" name="c" value="search"> <input type="submit" value="查询"> </form>
{search module=MOD_DIR id=$searchid total=$sototal order=$params.order catid=107 pagesize=100 urlrule=$urlrule page=1 return=rs} <tr style="height:14.25pt;" class="ue-table-interlace-color-double"> <td class="et2 selectTdClass" style="border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221);" width="303" align="center" valign="middle"> <a href="{$rs.url}"> {$rs.xinghao}</a> </td> <td class="et2 selectTdClass" style="word-break: break-all; border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221);" width="194" align="center" valign="middle"> <span class="font0"><a href="{$rs.url}"><a href="{$rs.url}">{$rs.pinpai}</a></span> </td> </tr>{/search}