正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
@@ -200,6 +200,7 @@ $(function() { | @@ -200,6 +200,7 @@ $(function() { | ||
200 | //微博分享 | 200 | //微博分享 |
201 | $('.wb_share').click(function() { | 201 | $('.wb_share').click(function() { |
202 | thirdShare('/portal/login/wb_share'); | 202 | thirdShare('/portal/login/wb_share'); |
203 | + window.location.reload(); | ||
203 | }); | 204 | }); |
204 | 205 | ||
205 | //微博登录 | 206 | //微博登录 |
@@ -234,6 +234,7 @@ $(function() { | @@ -234,6 +234,7 @@ $(function() { | ||
234 | //微博分享 | 234 | //微博分享 |
235 | $('.wb_share').click(function() { | 235 | $('.wb_share').click(function() { |
236 | thirdShare('/portal/login/wb_share'); | 236 | thirdShare('/portal/login/wb_share'); |
237 | + window.location.reload(); | ||
237 | }); | 238 | }); |
238 | 239 | ||
239 | //微博登录 | 240 | //微博登录 |
-
请 注册 或 登录 后发表评论