xin_name = "科普小说网"; $('#weixin').on('click', function () { if ($(this).attr('data-url') != '') { window.location.href = $(this).attr('data-url'); return false; } else { layer.open({ type: 1, title: '', area: ['480px', '360px'], shadeClose: true, content: '

扫一扫二维码 或者

关注微信公众号:' + weixin_name + '

回复:点了天灯后,我被老婆算计了 阅读全文

' }); } }); $('#download').on('click', function () { layer.open({ type: 1, title: '', area: ['380px', '220px'], shadeClose: true, content: '
安卓
苹果
' }); $("#apk,#ios").qrcode({ width: 144, height: 144, text: az_url }); }); });