我也是这样,解决了吗
微信小程序开发者工具升级不成功,软件没法用了,怎么解决?[图片] [图片] [图片] [图片]
09-25体验版打不开pdf为啥啊, open(e) { // console.log(e.currentTarget.dataset.url); //打开pdf文件 wx.showToast({ title: '加载中...', icon: 'none' }) wx.downloadFile({ url: 'https://wxcsn.uyou.com/mall_web/view/pdf/YWSL.pdf', // url: e.currentTarget.dataset.url, success: function (res) { // alert('downloadFile', res); const filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function (res) { console.log(res); console.log('打开文档成功') wx.hideLoading() }, fail: function (res) { console.log('打开失败') wx.showToast({ title: '打开失败', icon: 'none' }) }, }) }, fail(res){ alert(res) } }) },
wx.openDocument手机体验版打不开文件?在电脑开发工具正常,在手机体验版,打开调试工具可以打开文件,但是关闭调试器后打不开文件
2022-07-26 手机型号:iPhone13 ,系统版本:15.5 微信版本:8.0.20 小程序控制台无法打印observers中打印的信息。
小程序Component中observers属性无效手机型号:iPhone plus 8 ,系统版本:11.1.2 微信版本:6.7.3 小程序控制台无法打印observers中打印的信息。
2022-05-19