-3301:进房失败 1019:退出房间 sdk的code实际上是有配套的msg解释的,可以关注下
live-pusher的bindstatechange返回的code?监听返回4998、4999、1022、-3301、1019 是啥意思哇
2022-03-18onLaunch onShow onload 里获取试试。
wx.miniProgram.navigateTo events监听不到数据?webview里的wx.miniProgram.navigateTo eventsevents: { // 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据 acceptDataFromOpenedPage: function(data) { console.log(data) if(data == 'success'){ this.$router.push({ path: '/sendRecord' }); } }, someEvent: function(data) { console.log(data) if(data == 'success'){ this.$router.push({ path: '/sendRecord' }); } } } const eventChannel = this.getOpenerEventChannel() eventChannel.emit('acceptDataFromOpenedPage', {data: 'success'}); eventChannel.emit('someEvent', {data: 'success'});
2022-03-18你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),并详细描述下复现流程
wx.getLocation调用为什么一直fail?[图片][图片][图片] handlePosition() { wx.getLocation({ type: 'gcj02', // 默认为wgs84的gps坐标,如果要返回直接给openLocation用的火星坐标,可传入'gcj02' success: (res) => { this.lnglat = { lng: res.longitude, lat: res.latitude, } this.drawPoint() this.queryAddress() } }); } 扫码的可以调用,但是手机微信里getLocation调用一直fail。在开发者工具中是可以调用成功的。这是为什么?
2022-03-18能支持吧,有个字段 resizable为true ,打开了就能改窗口大小
windows上的小程序 如何放大缩小,改变窗口大小?是否支持体验版?[图片],还有怎么更改窗口大小, [图片]
2022-03-18参考文档 https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html [图片] 用下相关接口试试
webView 嵌套的H5 使用 input type="file"在安卓下无法调起相机,是为什么?webView 嵌套的H5 使用 input type="file"在安卓下无法调起相机,是为什么?
2022-03-18你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
wx.uploadFile方法上传图片,部分图片后台无法获取怎么回事?// that.showBack(); wx.chooseImage({ count: 1, sizeType: ['original'], sourceType: ['camera'], success (res) { // tempFilePath可以作为img标签的src属性显示图片 const tempFilePaths = res.tempFilePaths; if(isAlbum == '1'){ isChange = true; } that.setData({ 'isChange':isChange, 'imageSrc':tempFilePaths, }); that.uploadImg(this.data.imageSrc,this.data.resType); } }) //上传图片 uploadImg:function (filePath,number) { // wx.showLoading({ // title: '上传中', // mask:true, // }) console.log('上传图片路劲'); console.log(filePath[0]); console.log('第二个路径'); console.log(this.data.imageSrc[0]); var that = this; var resType = number; var tempFile = filePath; // var resType = that.data.resType; wx.uploadFile({ filePath: this.data.imageSrc[0], url:baseURL + '/fillinPersonalPhoto', name:'file', formData:{ uid:wx.getStorageSync('uid'), pid:that.data.pid, xuhao:that.data.resType, }, success:function (res) { console.log('上传图片成功'); wx.showToast({ title: '上传成功', icon:'none' }) // var isAlbum = that.data.isAlbum; var isChange = false; var typeFile = ''; var typeClick = ''; var typeWidth = '0'; var typeHeight = '0'; if(resType == '1'){ typeFile = 'topImgFile'; typeClick = 'isTopClick'; typeWidth = 'topWidth' typeHeight = 'topHeight' }else if(resType == '2'){ typeFile = 'normalImgFile'; typeClick = 'isNormalClick'; typeWidth = 'normalWidth' typeHeight = 'normalHeight' }else if(resType == '3'){ typeFile = 'gestureImgFile'; typeClick = 'isGestureClick'; typeWidth = 'gestureWidth' typeHeight = 'gestureHeight' } that.setData({ [typeWidth]:'100%', [typeHeight]:'100%', [typeClick]:true, [typeFile] : tempFile, // 'isChange':isChange, }), that.getAllClick(); console.log(res); var data = JSON.parse(res.data); console.log(data); }, fail:function (res) { console.log('上传失败'); // wx.hideLoading({ // success: (res) => {}, // }) wx.showToast({ title: '上传失败', icon:'none' }) console.log(res); }, complete:()=>{ console.log('图片上传complete'); wx.showToast({ title: '上传成功', icon:'none' }) // wx.hideLoading({ // success: (res) => {}, // }) } }) },
2022-03-18请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
小程序 加载map时候,经常渲染失败?[图片]
2022-03-18你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html) 麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点(具体到分钟)
wx.writeBLECharacteristicValue发送失败?wx.writeBLECharacteristicValue发送失败 [图片][图片]
2022-03-18你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
一直报createDownloadTask:fail inval url,但是我的url是正确的https://developers.weixin.qq.com/miniprogram/dev/framework/ability/network.html wx.downloadFile({ url: url,//http://localhost:8080/...../xxx.pdf success: function (res) { const filePath = res.tempFilePath wx.openDocument({ filePath: filePath, success: function (res) { console.log('打开文档成功') }, fail:function(err){ console.log(err) } }) }, fail:function(err){ console.log(err) } })
2022-03-18请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
worker里面的无法使用unzip?但是fs里面能输出这个函数,多线程在work里面是看到有unzip这个函数的,但是work里面禁止使用了。这个应该是work.js没有更新造成的。麻烦问一下什么时候work支持这个unzip [图片] [图片] [图片] [图片] [图片]
2022-03-18