$(function(a) {
a("body").on("click",
function(b) {
var c = a(b.target).attr("class") || "",
d = a(b.target).attr("rel") || "";
if (c || d) switch (!0) {
case - 1 != c.indexOf("icon-wechat") : a(".icon-wechat").hasClass("tg") ? a("#qr").toggle() : (a(".icon-wechat").addClass("tg"), a("#qr").qrcode({
width: 128,
height: 128,
text: location.href
}).toggle());
}
});
});
给文章底部添加了微信二维码和weibo分享(3)
内容版权声明:除非注明,否则皆为本站原创文章。