Commit b212023b8a206f230588b22fce1bb4bc0a8fd230
Merge branch 'test'
Showing
2 changed files
with
6 additions
and
1 deletions
js/nav-footer.js
@@ -81,7 +81,7 @@ var footHtmls='<div class="container">' + | @@ -81,7 +81,7 @@ var footHtmls='<div class="container">' + | ||
81 | ' <div class="container">' + | 81 | ' <div class="container">' + |
82 | ' <div class="row">' + | 82 | ' <div class="row">' + |
83 | ' <div class="col-md-12 text-center" style="padding: 15px;">' + | 83 | ' <div class="col-md-12 text-center" style="padding: 15px;">' + |
84 | - '<div class="copyright">Copyright © 2018. ZTE ITS LIMITED. <img src="images/jbaicon.png" class="jba" alt=""> 京ICP备18048325号-1</div>' + | 84 | + '<div class="copyright skipFun">Copyright © 2018. ZTE ITS LIMITED. <img src="images/jbaicon.png" class="jba" alt=""> 京ICP备18048325号-1</div>' + |
85 | ' </div>' + | 85 | ' </div>' + |
86 | ' </div>' + | 86 | ' </div>' + |
87 | ' </div>' + | 87 | ' </div>' + |
@@ -92,5 +92,9 @@ $('#footer').html(footHtmls); | @@ -92,5 +92,9 @@ $('#footer').html(footHtmls); | ||
92 | $('#wb_links').on('click',function () { | 92 | $('#wb_links').on('click',function () { |
93 | window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place'); | 93 | window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place'); |
94 | }) | 94 | }) |
95 | +$('.skipFun').on('click',function () { | ||
96 | + window.open("http://www.beian.miit.gov.cn/") | ||
97 | + | ||
98 | +}) | ||
95 | 99 | ||
96 | 100 |
style.css