|
@@ -577,7 +577,7 @@
|
|
</div>
|
|
</div>
|
|
<form data-name="input-clear-box" class="search-header-box" action="javascript:return true">
|
|
<form data-name="input-clear-box" class="search-header-box" action="javascript:return true">
|
|
<span class="j-icon base-icon icon-search"></span>
|
|
<span class="j-icon base-icon icon-search"></span>
|
|
- <input id="search-header-input" name="super_searchinput" type="search" placeholder="税务局软件">
|
|
|
|
|
|
+ <input id="search-header-input" name="super_searchinput" type="search" placeholder="多个关键词用空格隔开,如:税务局 软件">
|
|
<div class="padding-icon">
|
|
<div class="padding-icon">
|
|
<span class="j-icon base-icon icon-delete-gray"></span>
|
|
<span class="j-icon base-icon icon-delete-gray"></span>
|
|
</div>
|
|
</div>
|
|
@@ -1667,7 +1667,7 @@
|
|
$(".tabs-nav div").on('click', function () {
|
|
$(".tabs-nav div").on('click', function () {
|
|
$(this).addClass('active').siblings().removeClass('active')
|
|
$(this).addClass('active').siblings().removeClass('active')
|
|
var nowIndex = $(this).index()
|
|
var nowIndex = $(this).index()
|
|
- var tipArr = ['税务局软件', '企业名称', '采购单位名称']
|
|
|
|
|
|
+ var tipArr = ['多个关键词用空格隔开,如:税务局 软件', '企业名称', '采购单位名称']
|
|
$("#search-header-input").attr('placeholder', tipArr[nowIndex])
|
|
$("#search-header-input").attr('placeholder', tipArr[nowIndex])
|
|
$(".tabs-content > .tabs-content-page").eq(nowIndex).addClass('active').siblings().removeClass('active')
|
|
$(".tabs-content > .tabs-content-page").eq(nowIndex).addClass('active').siblings().removeClass('active')
|
|
if (nowIndex !== 0) {
|
|
if (nowIndex !== 0) {
|