Эх сурвалжийг харах

Merge branch 'dev/v4.9.11.1_yf' of qmx/jy into feature/v4.9.14

yangfeng 1 жил өмнө
parent
commit
0749ff3204

+ 2 - 1
src/web/staticres/js/index/index_2023.12.js

@@ -154,7 +154,8 @@ var _page = {
   },
   init: function () {
     this.initUserInfoCard()
-    this.initHotSearchKeysCount()
+    // seo要求:页面展示和代码展示数量必须一致,不能用display:none隐藏 由后端控制最大展示个数 前端全部展示
+    // this.initHotSearchKeysCount()
     this.initEvents()
     this.initHotBuyerShortName()
     this.initHotIndustryTwoLine()

+ 1 - 1
src/web/staticres/pccss/index_pc.css

@@ -523,7 +523,7 @@
 .hot-key-list {
     display: flex;
     width: 534px;
-    overflow: hidden;
+    /* overflow: hidden; */
 }
 .hot-key-list .hot-key-item {
     margin-right: 12px;