Showing
1 changed file
with
5 additions
and
0 deletions
@@ -154,6 +154,9 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions | @@ -154,6 +154,9 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions | ||
154 | var getTpl = document.getElementById("indexbizhealthTpl").innerHTML; | 154 | var getTpl = document.getElementById("indexbizhealthTpl").innerHTML; |
155 | laytpl(getTpl).render(data, function (html) { | 155 | laytpl(getTpl).render(data, function (html) { |
156 | $('#indexbizhealth').html(html); | 156 | $('#indexbizhealth').html(html); |
157 | + //lsq 首页卡片有置顶后提示展示 2022-08-26 | ||
158 | + $('.index-banner-group:nth-child(1) .detail_base_info').show(); | ||
159 | + baseInfoHover(); | ||
157 | if (!isNetAdmin) { | 160 | if (!isNetAdmin) { |
158 | $(".index-banner-item").addClass("index-banner-item-big") | 161 | $(".index-banner-item").addClass("index-banner-item-big") |
159 | } else { | 162 | } else { |
@@ -313,11 +316,13 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions | @@ -313,11 +316,13 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions | ||
313 | } | 316 | } |
314 | 317 | ||
315 | var resourceHealthTips; | 318 | var resourceHealthTips; |
319 | + function baseInfoHover(){ | ||
316 | $(".detail_base_info").hover(function () { | 320 | $(".detail_base_info").hover(function () { |
317 | openMsg(); | 321 | openMsg(); |
318 | }, function () { | 322 | }, function () { |
319 | layer.close(resourceHealthTips); | 323 | layer.close(resourceHealthTips); |
320 | }); | 324 | }); |
325 | + } | ||
321 | 326 | ||
322 | function openMsg() { | 327 | function openMsg() { |
323 | resourceHealthTips = layer.tips("<span style='color:#585858;'>" + | 328 | resourceHealthTips = layer.tips("<span style='color:#585858;'>" + |
-
Please register or login to post a comment