style:新闻动态
Showing
1 changed file
with
8 additions
and
0 deletions
| 1 | $(function () { | 1 | $(function () { |
| 2 | // LawsData() | 2 | // LawsData() |
| 3 | if (decodeURI(GetQueryString('title')) == '首页') { | ||
| 4 | $('.layui-breadcrumb a').eq(1).hide(); | ||
| 5 | }else { | ||
| 6 | $('.layui-breadcrumb a').eq(1).attr('href',GetQueryString('href')); | ||
| 7 | $('.layui-breadcrumb a').eq(1).attr('title', decodeURI(GetQueryString('title'))); | ||
| 8 | $('.layui-breadcrumb a').eq(1).text(decodeURI(GetQueryString('title'))); | ||
| 9 | } | ||
| 10 | |||
| 3 | HotArticle(); | 11 | HotArticle(); |
| 4 | PolicyHotArticle(); | 12 | PolicyHotArticle(); |
| 5 | }) | 13 | }) | ... | ... |
-
Please register or sign in to post a comment