找到问题了 ,大家不用用 @babel/runtime/regenerator.js @babel/runtime/helpers/typeof.js @babel/runtime/helpers/toPropertyKey.js @babel/runtime/helpers/toPrimitive.js
TypeError: o is not a function各种错误。真服了 本地真机调试可以,但是一发体验版本 就不可以了 TypeError: o is not a function at t (https://usr/appservice.app.js:128:127) at o.getPlatform (https://usr/appservice.app.js:168:37181) at new i (https://usr/appservice.app.js:168:35613) at define.isPage (https://usr/appservice.app.js:638:45) at https://lib/WASubContext.js:1:496008 at _.runWith (https://lib/WASubContext.js:1:485589) at q (https://lib/WASubContext.js:1:495986) at https://lib/WASubContext.js:1:488109 at Array.forEach (<anonymous>) at x.flushQueue (https://lib/WASubContext.js:1:488087)[图片]
09-14官方人呢
wx-open-launch-app 点击报错 isTrusted:false 实在找不到原因?wx-open-launch-app 点击报错 isTrusted:false 实在找不到原因?<wx-open-launch-app id="launch-btn" appid="wx5dae5d019f9c2f97" extinfo="" style="position: relative; bottom: 38px;width: 600px;"> <template> <style> .wx-btn { width: 100%; height: 50px; } </style> <div class="wx-btn"></div> </template> </wx-open-launch-app> wx.config({ debug: false, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印 appId: 'wxdd802bf90eb87504', // 必填,公众号的唯一标识 timestamp: timestamp, // 必填,生成签名的时间戳 nonceStr: noncestr, // 必填,生成签名的随机串 signature: signature, // 必填,签名 jsApiList: ['checkJsApi', 'updateAppMessageShareData', 'updateTimelineShareData'], // 必填,需要使用的JS接口列表 openTagList: ['wx-open-launch-app'] // 可选,需要使用的开放标签列表,例如['wx-open-launch-app'] }); wx.ready(function () { var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function (e) { console.log('success'); }); btn.addEventListener('error', function (e) { console.log('fail', e.detail); }); }); 之前还可以最近就不行了 麻烦帮忙看下
2022-01-04客户端 与服务器交换rsa , 共用 一个 aes 密钥 然后使用 aes 加密token
RSA 公钥存储微信小程序中的RSA 秘钥存储问题 微信小程序是可以通过技术手段获取到源码的大家都知道吧 但是RSA 中一般都是客户端都放公钥,服务端放私钥。这样RSA 公钥就有泄露的风险 别人就可以模拟报文 对后台发送数据 求一个安全的方案 确保秘钥的安全, 1.公钥需不需要存在客户端?怎么存? 2.不需要的话 应该怎么处理
2021-01-08不可以
小程序版本审核可以尽快吗?小程序版本审核可以尽快吗?
2019-09-10+1
审核队列长度显示出来,以及自己提交的审核排到哪里了?希望审核更加透明。
2019-09-10