...
|
...
|
@@ -190,10 +190,10 @@ $(function() { |
|
|
});
|
|
|
|
|
|
//分享到微信
|
|
|
$('.weixin').click(function(){
|
|
|
var target_url = "http://qr.liantu.com/api.php?text="+share_url;
|
|
|
window.open(target_url, 'weixin', 'height=320, width=320');
|
|
|
});
|
|
|
// $('.weixin').click(function(){
|
|
|
// var target_url = "http://qr.liantu.com/api.php?text="+share_url;
|
|
|
// window.open(target_url, 'weixin', 'height=320, width=320');
|
|
|
// });
|
|
|
});
|
|
|
|
|
|
//弹框
|
...
|
...
|
|