- wx.navigateToMiniProgram 提示小程序违规,该功能无法使用?
wx.showModal({ title: '提示', content: '是否跳转到呵汇宝资料库小程序', cancelText: '不用了', confirmText: '立即跳转', complete: (res) => { if (res.confirm) { wx.navigateToMiniProgram({ appId: 'wx24861a8c57930bdf', path: 'pages/home/home', envVersion: 'develop', success(res) { console.log('跳转成功'); } }); } } })
08-06 - 微信公众号内置h5 强制刷新页面报错40163?
https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${redirect}&response_type=code&scope=snsapi_userinfo&state=STATE&connect_redirect=1#wechat_redirect 微信公众号内置h5 强制刷新页面报错 有没有办法能不显示这个弹框?[图片]
2023-11-10 - createBLEConnection:connection fail status: 133?
createBLEConnection:fail:connection fail status:133? 安卓手机连接同一个蓝牙设备上午用是正常的,下午突然报这个错 是什么原因导致的??? 连接其它设备可以连接成功
2023-02-01 - 公众号可以跳转到小程序测试环境吗?
公众号可以跳转到小程序测试环境吗?
2021-12-24