From 883302428c765b22c04d72128fcb625d105c83e9 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sat, 26 Sep 2020 12:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/admin/rentingPay/rentingPay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/components/admin/rentingPay/rentingPay.js b/public/components/admin/rentingPay/rentingPay.js index 73bb115f3..efe0ce3a7 100644 --- a/public/components/admin/rentingPay/rentingPay.js +++ b/public/components/admin/rentingPay/rentingPay.js @@ -97,6 +97,7 @@ }; }, _viewQr: function (_url) { + document.getElementById("qrcode").innerHTML=""; let qrcode = new QRCode(document.getElementById("qrcode"), { text: "租房", //你想要填写的文本 width: 200, //生成的二维码的宽度