From ac1d889e05375fa788c8330fca99dd9af23d3962 Mon Sep 17 00:00:00 2001 From: yxq Date: Mon, 27 Mar 2023 16:19:52 +0800 Subject: [PATCH] =?UTF-8?q?app=20=E6=89=AB=E7=A0=81=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/components/scanCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/scanCode.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/scanCode.vue index 7f1daeb33..6404d64b1 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/scanCode.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/scanCode.vue @@ -26,7 +26,7 @@ } this.wxObject = wx this.wxObject.config({ - debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 + debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: success.appid, // 必填,公众号的唯一标识 timestamp: success.timestamp, // 必填,生成签名的时间戳 nonceStr: success.noncestr, // 必填,生成签名的随机串