解决了吗?我到现在还有这问题没找到解决办法
vue 微信分享 config:invalid signature按照开发文档的问题挨个查询 还是没有解决这个问题
01-09解决了么老哥?我这编译器里没问题,但是wxss也报错,在真机里不管怎么引入都不报错,我人傻了
微信小程序加载外部字体失败,怎么解决?wx.loadFontFace({ family: 'PingFang Light', source: 'https://---/font/pingfang/PingFang Light.ttf',// 地址没问题,可以下载 success: (res) => { console.log(res) }, fail: function (res) { console.log(res); } }) 返回结果{}status: "error"}, 还有在wxss里调用, @font-face{ font-family: 'PingFang-SC-Semibold'; src: url('https://---/font/pingfang/PingFang-SC-Semibold.ttf'); } 提示[渲染层网络层错误] Failed to load font https://---/font/pingfang/PingFang-SC-Semibold.ttf net::ERR_CACHE_MISS 这个字体大小10M这样,在开发者工具就不行
2021-08-24后续怎么解决了?我现在也出这个问题了
小程序开发工具真机调试连接状态闪烁?小程序开发工具真机调试连接状态闪烁,手机上显示已连接
2021-06-26这个问题没有后续了么 wx.getLocation 方法安卓机不执行 不报错后续怎么解决啊?
wx.getLocation 安卓手机不能用wx.getLocation({ success: function (res) { _this.setData({ latitude: res.latitude, longitude: res.longitude }) }, fail: function (res) { _this.setData({ latitude: '-2', longitude: '-2' }) } 苹果手机定位没问题 安卓手机根本不走wx.getLocation 这个api也不报错,不走success,也不走fail
2021-04-22