$("#goumore").click(function() { $("#img-buy").attr("src", "/images/jumi-go2.jpg"); $(".msgbox").fadeIn(); $(".mask").css({'display': 'block'}); }); $("#dp-more").click(function() { $("#img-buy").attr("src", "/images/jumi-go-dp.jpg"); $(".msgbox").fadeIn(); $(".mask").css({'display': 'block'}); }); $("#gou").click(function() { if (msgimg==""){ $("#img-buy").attr("src", "/images/jumi-go2.jpg"); $(".msgbox").fadeIn(); } else { if (!isNaN(msgimg)) { if (!$(".msg2-title").html()){ // var codeurl = "https://mall.yaotiao.net/cwap/cwap_product_detail.html?gid=" + msgimg + "&shareOpenId=NTg1OTk5OTk5NDE0"; var codeurl = "https://h5.jumituangou.com/#/bus_share/%2FGoods%2FGoodDetail%2F" + msgimg + "/585999999414/"; $(".msg2-headimg").html($(".headimg").html()); $(".msg2-title").html($(".product_head .title").html()); $(".msg2-price").html($(".product_head .price").html()); jQuery("#msg2-qcode-0").qrcode({ render: "canvas", width: 106, height: 106, foreground: "#000", background: "#FFF", text: codeurl }); var canvas1=document.getElementsByTagName('canvas')[0]; var image = new Image(); image.src = canvas1.toDataURL("image/png"); $('#msg2-qcode-img').attr("src",image.src); } $(".msgbox2").fadeIn(); } else { $("#img-buy").attr("src", msgimg); $(".msgbox").fadeIn(); } } $(".mask").css({'display': 'block'}); }); $("#kefu").click(function() { $("#img-buy").attr("src", "/images/jumi-go-kf.jpg"); $(".mask").css({'display': 'block'}); $(".msgbox").fadeIn(); }); $("#kefu2").click(function() { $("#img-buy").attr("src", "/images/jumi-go-kf2.jpg"); $(".mask").css({'display': 'block'}); $(".msgbox").fadeIn(); }); $(".mask").click(function() { closemsg(); }); function closemsg() { $(".mask").css({'display': 'none'}); $(".msgbox").css({'display': 'none'}); $(".msgbox2").css({'display': 'none'}); }