mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化代码
This commit is contained in:
parent
56f3fb8be4
commit
883302428c
@ -97,6 +97,7 @@
|
||||
};
|
||||
},
|
||||
_viewQr: function (_url) {
|
||||
document.getElementById("qrcode").innerHTML="";
|
||||
let qrcode = new QRCode(document.getElementById("qrcode"), {
|
||||
text: "租房", //你想要填写的文本
|
||||
width: 200, //生成的二维码的宽度
|
||||
|
||||
Loading…
Reference in New Issue
Block a user