聯(lián)系官方銷售客服
1835022288
028-61286886
<form method="post" name="searchform" action="{WEB_DIR}index.php" class="searchform">
<input type="hidden" name="show" value="title,newstext,ftitle">
<input type="hidden" name="tempid" value="1">
<input type="hidden" name="tbname" value="yard">
<input type="text" name="keyboard" placeholder="請(qǐng)輸入您想找的名稱" class="search-top-input">
<button type="submit" class="search-top-btn" value="搜索"><i class="icon font-search"></i></button>
</form>
求助搜索功能。點(diǎn)擊搜索后。提示:{"code":0,"msg":"禁止提交,請(qǐng)檢查提交地址是否有誤","data":[]}
修改到正常使用搜索功能即可。
參考文檔:《內(nèi)容模塊搜索框?qū)懛ā?/a>
method="post不要用post
改成
method="get"
回復(fù)@迅睿框架聯(lián)合創(chuàng)始人 如果想用post,有什么辦法可以用嗎