请问你这边是什么业务呢?没有对应的接口人吗
请问下申请小程序第三方插件微卡(wecard-code-plugin)一直没反馈,申请后多久可以审核[图片] 请问下申请小程序第三方插件微卡(wecard-code-plugin)一直没反馈,申请后多久可以审核通过?
2021-11-30点赞,我说怎么忽然就内存不足,还是新机型!
安卓手机用canvasToTempFilePath提示exceed size limit使用canvas2d的方法,安卓手机vivo z5x 红米note8 pro等用canvasToTempFilePath生成图片提示canvasToTempFilePath:fail:convert native buffer parameter fail. native buffer exceed size limit,初步怀疑是宽度设置太大原因,设置了180vw。 <canvas id="canvas" canvas-id="signCanvas" type="2d" binderror="drawError" bindtouchstart="drawStart" bindtouchmove="drawMove" bindtouchend="drawEnd" style="width:{{width}}vw;height:100%;border:1px solid #ddd;margin:auto;margin-left:{{marginLeft}}vw;"> </canvas> data: { marginLeft: 0, width: 180, demoSrc: '', title: '', isShowCanvas: true, // 默认一开始只有一个页面 isOnlyOnePage: true }, init(res) { console.log(res) const width = res[0].width const height = res[0].height const canvas = res[0].node console.log('初始化宽高度', width, height) canvasWidth = width; canvasHeight = height signCanvas = canvas.getContext('2d') canvas.width = width * dpr canvas.height = height * dpr canvasObj = canvas signCanvas.scale(dpr, dpr) signCanvas.lineWidth = 8; signCanvas.lineCap = "round"; signCanvas.strokeStyle = "#222222"; }, // 保存确定 saveSign() { let that = this; let canHeight = 90; let canWidth = this.data.width; if (handData.length) { console.log('canvas宽高', canvasWidth, canvasHeight) console.log('dest图片宽度高度', canWidth, canHeight) wx.canvasToTempFilePath({ x: 0, y: 0, destHeight: canHeight, destWidth: canWidth, canvas: canvasObj, success: function (res) { console.log('res', res) that.setData({ demoSrc: res.tempFilePath }) wx.downloadFile({ url: res.tempFilePath, success: (res) => { console.log(res) }, fail: (err) => { console.log(err) } }) }, fail: function (err) { console.log('生成图片失败', err) if (err && err.errMsg.indexOf('native buffer exceed size limit') >= 0) { util.showModel('生成图片失败', '生成图片过大,请重新进入该页面,减少签名文字大小,降低右移次数') } else if (err && err.errMsg) { util.showModel('生成图片失败', err.errMsg) } else { util.showModel('生成图片失败', '请重新打开页面签名') } } }) } }
2021-09-14https://developers.weixin.qq.com/community/develop/doc/000cea2305cc5047af5733de751008
wx.openSetting没有授权用户信息的选项?[图片] 微信小游戏 先上图,我在wx,auth 授权userinfo的时候 返回fail 然后我就引导用户手动去打开设置,就是wx.openSetting, 但是用户打开过后就是什么都没有如上图所示,请问下大佬们这种问题怎么解决啊。
2021-06-29IOS企业微信也出现了此类问题
picker组件在iPhoneX手机下使用页面样式显示异常?picker组件 ios版微信7.0.13 情况如图 [图片]
2020-10-27