正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
@@ -188,6 +188,12 @@ $(function() { | @@ -188,6 +188,12 @@ $(function() { | ||
188 | } | 188 | } |
189 | window.open('http://v.t.sina.com.cn/share/share.php?' + temp.join('&')); | 189 | window.open('http://v.t.sina.com.cn/share/share.php?' + temp.join('&')); |
190 | }); | 190 | }); |
191 | + | ||
192 | + //分享到微信 | ||
193 | + $('.weixin').click(function(){ | ||
194 | + var target_url = "http://qr.liantu.com/api.php?text="+share_url; | ||
195 | + window.open(target_url, 'weixin', 'height=320, width=320'); | ||
196 | + }); | ||
191 | }); | 197 | }); |
192 | 198 | ||
193 | //弹框 | 199 | //弹框 |
-
请 注册 或 登录 后发表评论