From 321739b6398ed95e93af03b2b11242360d200d88 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Sun, 3 May 2020 17:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E4=B8=AD=E6=97=A0=E6=B3=95=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E7=9A=84=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Qrcode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Qrcode.js b/src/components/Qrcode.js index df8dcee..3de4c29 100644 --- a/src/components/Qrcode.js +++ b/src/components/Qrcode.js @@ -20,7 +20,7 @@ window.onload = function(){ const inner = document.createElement("div"); inner.className = "note-font"; inner.id = "wx-message-inner"; - inner.innerHTML = "请在浏览器中打开"; + inner.innerHTML = "当前客户端不支持下载,请在浏览器中打开。"; outer.appendChild(inner); } }