From fc997459951f273b1fde9c04b7be49b74ebb2a67 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Thu, 18 Feb 2021 17:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E9=85=8D=E7=BD=AE:=E9=9D=9E?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bjyy-weixin/src/main/webapp/WEB-INF/pages/mental/practice.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bjyy-weixin/src/main/webapp/WEB-INF/pages/mental/practice.jsp b/bjyy-weixin/src/main/webapp/WEB-INF/pages/mental/practice.jsp index 65f3395..84c4da5 100644 --- a/bjyy-weixin/src/main/webapp/WEB-INF/pages/mental/practice.jsp +++ b/bjyy-weixin/src/main/webapp/WEB-INF/pages/mental/practice.jsp @@ -72,12 +72,12 @@ success:function(result){ let data = result.data; wx.config({ - debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 + debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId: data.appId, // 必填,公众号的唯一标识 timestamp: data.timestamp, // 必填,生成签名的时间戳 nonceStr: data.nonceStr, // 必填,生成签名的随机串 signature: data.signature,// 必填,签名 - jsApiList: ['updateAppMessageShareData','onMenuShareAppMessage'] // 必填,需要使用的JS接口列表 + jsApiList: ['updateAppMessageShareData'] // 必填,需要使用的JS接口列表 }); wx.ready(function () { //需在用户可能点击分享按钮前就先调用 wx.updateAppMessageShareData({