shop-search.phtml 501 Bytes
<div class="shop-search">
    <form action="/shoplist" method="get" id="shop-search-form">
        <span>
            <input type="hidden" name="shopId" value="{{shopId}}">
            <input id="shop-query-key" type="text" name="query" class="shop-query-key" autocomplete="off" x-webkit-speech="" lang="zh-CN" placeholder="关键词搜索" {{# shopQueryKey}}value="{{.}}"{{/ shopQueryKey}}>
        </span>
        <span class="iconfont shop-query-submit">&#xe611;</span>
    </form>
</div>