d-text', Url); } function renewQrcode() { if ($('.qrcode-img').length > 0) { $('.qrcode-img').eq(0).html('') $('.qrcode-img').qrcode({ text: location.href, render: "canvas", width: 90, height: 90, }); } }