Browse Source

fix: 搜索页登录后工作桌面隐藏<超前项目查询>入口

cuiyalong 1 year ago
parent
commit
825495d3e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/templates/pc/supsearch.html

+ 1 - 1
src/web/templates/pc/supsearch.html

@@ -2049,7 +2049,7 @@
           $('.search-tab-item-0').show()
           $('.search-tab-item-0').show()
         }
         }
       }
       }
-      if (searchInnerVue.islogin) {
+      if (searchInnerVue.islogin && !goTemplateData.inIframe) {
         $('.tab-item-recommend-search').show()
         $('.tab-item-recommend-search').show()
       }
       }
       /**
       /**