|
@@ -2023,6 +2023,7 @@
|
|
|
}
|
|
|
// tabs 切换
|
|
|
$(".tabs-nav div").on('click', function () {
|
|
|
+ var setEntStatus = sessionStorage.getItem('setEntStatus')
|
|
|
$(this).addClass('active').siblings().removeClass('active')
|
|
|
var nowIndex = $(this).index()
|
|
|
var tipArr = ['多个关键词用空格隔开', '企业名称', '采购单位名称']
|
|
@@ -2033,7 +2034,7 @@
|
|
|
$(".search-header-box").addClass('m-r')
|
|
|
if (nowIndex !== 1) {
|
|
|
$(".search-header-box").removeAttr("action")
|
|
|
- if(SuperSearch.isEntNicheNew) {
|
|
|
+ if(SuperSearch.isEntNicheNew || setEntStatus) {
|
|
|
$(".search-header-box").next().show()
|
|
|
} else {
|
|
|
$(".search-header-box").next().hide()
|