https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.htmlhttps://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html
帮我看下,我标签无法使用,页面路径:https://teststable-m.stg.yqb.com/plugin/largetransinfo/index.html
config是成功的,但是标签无法使用,是什么原因
代码如下:
wx.config({
beta: true,// 调用wx.invoke形式的接口值时,该值必须为true。
debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。
appId: data.appid, // 必填,公众号的唯一标识
timestamp: data.timestamp, // 必填,生成签名的时间戳
nonceStr: data.nonceStr, // 必填,生成签名的随机串
signature: data.signature,// 必填,签名,见附录1
jsApiList: ['chooseImage', 'getNetworkType'],
openTagList: ['wx-open-launch-weapp'] // 开放标签方式
});
你好,控制台Debug一下,打印config相关参数