|
@@ -1954,7 +1954,6 @@
|
|
|
}
|
|
|
}
|
|
|
if(!loginflag){ //未登录隐藏
|
|
|
- $('.search-tab-right').hide()
|
|
|
$('#go-customer-4').addClass('hide')
|
|
|
if(getParam('tab') === '2') {
|
|
|
searchInnerVue.searchTab = 2
|
|
@@ -1962,15 +1961,17 @@
|
|
|
searchInnerVue.searchTab = 1
|
|
|
}
|
|
|
$('#setInfoBtn').text('免费发布信息')
|
|
|
- if(!searchInnerVue.hideCQ) {
|
|
|
- $('.nologin-hide').removeClass('hide')
|
|
|
- $('.badge-recommend').addClass('hide')
|
|
|
- $('.search-tab-item-0').addClass('hide')
|
|
|
- } else {
|
|
|
- $('.nologin-hide').addClass('hide')
|
|
|
+ if(!goTemplateData.inIframe) {
|
|
|
+ if(!searchInnerVue.hideCQ) {
|
|
|
+ $('.nologin-hide').removeClass('hide')
|
|
|
+ $('.badge-recommend').addClass('hide')
|
|
|
+ $('.search-tab-item-0').addClass('hide')
|
|
|
+ } else {
|
|
|
+ $('.nologin-hide').addClass('hide')
|
|
|
+ }
|
|
|
+ $('.city-list-divide').addClass('hide')
|
|
|
+ $('#sideIcon').addClass('hide')
|
|
|
}
|
|
|
- $('.city-list-divide').addClass('hide')
|
|
|
- $('#sideIcon').addClass('hide')
|
|
|
try{
|
|
|
searchInnerVue.$refs.areaRefs.shoWcity=false//隐藏地市
|
|
|
}catch(e){
|
|
@@ -2029,7 +2030,8 @@
|
|
|
for (let i = 0; i < searchDoms.length; i++) {
|
|
|
if(goTemplateData.inIframe) {
|
|
|
$(searchDoms[i]).hide()
|
|
|
- $('.nologin-hide').addClass('hide')
|
|
|
+ $('.badge-recommend').show()
|
|
|
+ $('.search-tab-item-0').show()
|
|
|
}
|
|
|
}
|
|
|
/**
|
|
@@ -2049,11 +2051,6 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if(loginflag && goTemplateData.inIframe) {
|
|
|
- $('.search-tab-right').hide()
|
|
|
- $('.badge-recommend').show()
|
|
|
- $('.search-tab-item-0').show()
|
|
|
- }
|
|
|
// 排除词
|
|
|
$(".not-key-group input").on('focus', function () {
|
|
|
if (!vipState) {
|