diff --git a/js/nav-footer.js b/js/nav-footer.js index 6019b68..c4611ee 100644 --- a/js/nav-footer.js +++ b/js/nav-footer.js @@ -70,7 +70,7 @@ var footHtmls='
' + ' ' + ' ' + ' ' + - ' ' + + ' ' + ' ' + '
' + ' ' + @@ -91,4 +91,8 @@ var footHtmls='
' + $('#header').html(headerHtmls); $('#footer').html(footHtmls); +$('#wb_links').on('click',function () { + window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place'); +}) +