|
@@ -1975,7 +1975,13 @@
|
|
|
searchInnerVue.$refs.areaRefs.shoWcity=false//隐藏地市
|
|
|
}catch(e){
|
|
|
}
|
|
|
- const searchDoms = ['.tab-item-ent-search', '.tab-item-buyer-search', '.tab-item-supply-search', '.tab-item-recommend-search', '.tab-item-nzj-search']
|
|
|
+ const searchDoms = [
|
|
|
+ '.tab-item-ent-search',
|
|
|
+ '.tab-item-buyer-search',
|
|
|
+ '.tab-item-supply-search',
|
|
|
+ // '.tab-item-recommend-search',
|
|
|
+ '.tab-item-nzj-search'
|
|
|
+ ]
|
|
|
for (let i = 0; i < searchDoms.length; i++) {
|
|
|
$(searchDoms[i]).show()
|
|
|
}
|
|
@@ -2028,7 +2034,14 @@
|
|
|
}catch(e){
|
|
|
}
|
|
|
searchInnerVue.islogin=true
|
|
|
- const searchDoms = ['.tab-item-ent-search', '.tab-item-buyer-search', '.tab-item-supply-search', '.tab-item-recommend-search', '.tab-item-nzj-search', '.search-tab-right']
|
|
|
+ const searchDoms = [
|
|
|
+ '.tab-item-ent-search',
|
|
|
+ '.tab-item-buyer-search',
|
|
|
+ '.tab-item-supply-search',
|
|
|
+ '.tab-item-recommend-search',
|
|
|
+ '.tab-item-nzj-search',
|
|
|
+ '.search-tab-right'
|
|
|
+ ]
|
|
|
for (let i = 0; i < searchDoms.length; i++) {
|
|
|
if(goTemplateData.inIframe) {
|
|
|
$(searchDoms[i]).hide()
|
|
@@ -2036,6 +2049,9 @@
|
|
|
$('.search-tab-item-0').show()
|
|
|
}
|
|
|
}
|
|
|
+ if (searchInnerVue.islogin) {
|
|
|
+ $('.tab-item-recommend-search').show()
|
|
|
+ }
|
|
|
/**
|
|
|
* @date 2022/12/15 山川环境嵌入搜索
|
|
|
*/
|