聯(lián)系官方銷售客服
1835022288
028-61286886
模板自適應(yīng)的,為什么移動端搜索填寫內(nèi)容后點搜索沒有填入的值呢
代碼是這樣的:
<div class="cd-popup"> <div class="cd-popup-container hidden_search"> <div class="search_wrap clearfix"> <input type="text" name="keyword" id="search_keyword" class="text" placeholder="{if $indexc}輸入搜索全站{else}輸入搜索本欄目{/if}"> <button type="button" onclick="dr_module_search()" class="btn fa fa-search"></button> </div> <a href="javascript:;" class="cd-popup-close close_btn fa fa-close"></a> </div> </div>
說明你js值沒有傳過去,所以會空白,檢查下前端寫法吧
------簡單一點就用這個
參考文檔:《內(nèi)容模塊搜索框?qū)懛ā?/a>
回復(fù)迅??蚣軇?chuàng)始人 搜索js用的這個