|
@@ -1954,6 +1954,7 @@
|
|
|
}
|
|
|
}
|
|
|
if(!loginflag){ //未登录隐藏
|
|
|
+ $('.search-tab-right').hide()
|
|
|
$('#go-customer-4').addClass('hide')
|
|
|
if(getParam('tab') === '2') {
|
|
|
searchInnerVue.searchTab = 2
|
|
@@ -2003,9 +2004,11 @@
|
|
|
$('#go-customer-4').removeClass('hide')
|
|
|
$('.nologin-hide').removeClass('hide')
|
|
|
if(!goTemplateData.inIframe) {
|
|
|
+ $('.search-tab-right').show()
|
|
|
$('.badge-recommend').hide()
|
|
|
$('.search-tab-item-0').hide()
|
|
|
} else {
|
|
|
+ $('.search-tab-right').hide()
|
|
|
$('.badge-recommend').show()
|
|
|
$('.search-tab-item-0').show()
|
|
|
}
|
|
@@ -2046,6 +2049,11 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ 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) {
|