作者 景龙
1 个管道 的构建 通过 耗费 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 //弹框