...
|
...
|
@@ -188,6 +188,12 @@ $(function() { |
|
|
}
|
|
|
window.open('http://v.t.sina.com.cn/share/share.php?' + temp.join('&'));
|
|
|
});
|
|
|
|
|
|
//分享到微信
|
|
|
$('.weixin').click(function(){
|
|
|
var target_url = "http://qr.liantu.com/api.php?text="+share_url;
|
|
|
window.open(target_url, 'weixin', 'height=320, width=320');
|
|
|
});
|
|
|
});
|
|
|
|
|
|
//弹框
|
...
|
...
|
|