Commit f170b51695eca9bf640bae4914a24643a32c023b
1 parent
8db19141
add
Showing
1 changed file
with
5 additions
and
1 deletions
js/nav-footer.js
@@ -70,7 +70,7 @@ var footHtmls='<div class="container">' + | @@ -70,7 +70,7 @@ var footHtmls='<div class="container">' + | ||
70 | ' <span class="links_wechatIco rnt_pos_rel">' + | 70 | ' <span class="links_wechatIco rnt_pos_rel">' + |
71 | ' <span class="rnt_wechat rnt_pos_abs"></span>' + | 71 | ' <span class="rnt_wechat rnt_pos_abs"></span>' + |
72 | ' </span>' + | 72 | ' </span>' + |
73 | - ' <a href="http://www.weibo.com"><span class="links_weiboIco"></span></a>' + | 73 | + ' <a id="wb_links" ><span class="links_weiboIco"></span></a>' + |
74 | ' </ul>' + | 74 | ' </ul>' + |
75 | ' </div>' + | 75 | ' </div>' + |
76 | ' </div>' + | 76 | ' </div>' + |
@@ -91,4 +91,8 @@ var footHtmls='<div class="container">' + | @@ -91,4 +91,8 @@ var footHtmls='<div class="container">' + | ||
91 | $('#header').html(headerHtmls); | 91 | $('#header').html(headerHtmls); |
92 | $('#footer').html(footHtmls); | 92 | $('#footer').html(footHtmls); |
93 | 93 | ||
94 | +$('#wb_links').on('click',function () { | ||
95 | + window.open('https://weibo.com/p/1006062771007080/home?from=page_100606&mod=TAB#place'); | ||
96 | +}) | ||
97 | + | ||
94 | 98 |