-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserCode.html
1 lines (1 loc) · 1.03 KB
/
userCode.html
1
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"><title>生成二维码页面</title><link rel="stylesheet" href="./css/reset.css"><link rel="stylesheet" href="./css/common.css"><link rel="stylesheet" href="./css/shareH5.css"><script>document.addEventListener("plusready",function(){})</script></head><body><a href="https://lkme.cc/AfC/CeG9o5VH8" class="linkedme">打开应用</a><div id="qrcode"></div><img id="img" src="fsd" alt="" style="width:128px;height:128px"><script src="./js/rem.js"></script><script src="https://unpkg.com/axios/dist/axios.min.js"></script><script src="./js/jquery-3.3.1.min.js"></script><script src="./js/fastclick.js"></script><script src="./js/qrcode.min.js"></script><script>$(function(){new QRCode("qrcode",{text:"http://jindo.dev.naver.com/collie",width:128,height:128,colorDark:"#000000",colorLight:"#ffffff",correctLevel:QRCode.CorrectLevel.H});var e=$("canvas").get(0).toDataURL("image/jpg");$("#img").attr("src",e)})</script></body></html>