|
|
@@ -33,9 +33,10 @@
|
|
|
<div class="col-sm-6 col-md-6 col-lg-4 col-xs-12">
|
|
|
<div style="display: inline-block;float: right;padding-top: 10px;width: 100%;">
|
|
|
<span style="display: inline-block;width:100%">
|
|
|
- <input type="text" id="keyWord" name="keyword" placeholder="请输入政策搜索关键词" class="layui-input" style="width: 100%;display: inline-block">
|
|
|
+ <input type="text" id="keyWord" name="keyword" placeholder="请输入政策搜索关键词" class="layui-input"
|
|
|
+ style="width: 100%;display: inline-block">
|
|
|
</span>
|
|
|
- <button id="keywordSearch"style="display: inline-block;float: right;background:none;border:none;">
|
|
|
+ <button id="keywordSearch" style="display: inline-block;float: right;background:none;border:none;">
|
|
|
<i class=" iconfont icon-sousuo"></i>
|
|
|
</button>
|
|
|
</div>
|
|
|
@@ -55,7 +56,8 @@
|
|
|
</div>
|
|
|
<div style="text-align: center; margin-top: 40px;">
|
|
|
<a th:href="@{'/policy/toPerfectInformation'}" class="btn btn-primary radius">现在就输入完整</a>
|
|
|
- <a th:href="@{/home/informList/3}" class="btn btn-default radius">以后再说</a>
|
|
|
+ <!--<a th:href="@{/home/informList/3}" class="btn btn-default radius">以后再说</a>-->
|
|
|
+ <a href="/serviceleague/home/policy" class="btn btn-default radius">以后再说</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -64,7 +66,7 @@
|
|
|
<!--页底-->
|
|
|
<div th:replace="~{home/common/footer :: footer}"></div>
|
|
|
<script>
|
|
|
- $(function(){
|
|
|
+ $(function () {
|
|
|
//头部导航栏
|
|
|
$("li[role='presentation']").removeClass();
|
|
|
var id = [[${navigation_id}]];
|
|
|
@@ -77,9 +79,9 @@
|
|
|
});
|
|
|
|
|
|
// 搜索
|
|
|
- $("#keywordSearch").on("click",function () {
|
|
|
+ $("#keywordSearch").on("click", function () {
|
|
|
var keywordVal = encodeURI($("#keyWord").val());
|
|
|
- window.location.href = pagePath +"/home/policySearchList?lkey="+keywordVal;
|
|
|
+ window.location.href = pagePath + "/home/policySearchList?lkey=" + keywordVal;
|
|
|
});
|
|
|
})
|
|
|
</script>
|