号码是中国电信的手机号
海外版的微信, getPhoneNumer 手机号code拿不到?最近遇到一个用户使用的是 微信海外版本 8.0.5 ,小程序中 获取不到手机号的code????
06-20微信版本 8.0.48 ios17.4 <canvas class="handWriting" disable-scroll="true" @touchstart="uploadScaleStart" @touchmove="uploadScaleMove" @touchend="uploadScaleEnd" canvas-id="handWriting" > </canvas > uploadScaleMove: function (e) { if (e.type != "touchmove") return false; if (e.cancelable) { if (!e.defaultPrevented) { e.preventDefault(); } } let point = { x: e.touches[0].x, y: e.touches[0].y, } if (point.y < this.cutArea.top) { this.cutArea.top = point.y; } if (point.y < 0) this.cutArea.top = 0; if (point.x > this.cutArea.right) { this.cutArea.right = point.x; } if (this.canvasWidth - point.x <= 0) { this.cutArea.right = this.canvasWidth; } if (point.y > this.cutArea.bottom) { this.cutArea.bottom = point.y; } if (this.canvasHeight - point.y <= 0) { this.cutArea.bottom = this.canvasHeight; } if (point.x < this.cutArea.left) { this.cutArea.left = point.x; } if (point.x < 0) this.cutArea.left = 0; this.lastPoint = this.currentPoint; this.currentPoint = point; let currentLine = this.currentLine; currentLine.unshift({ time: new Date().getTime(), dis: this.distance(this.currentPoint, this.lastPoint), x: point.x, y: point.y, }); this.pointToLine(currentLine); },
Canvas 画布IOS 无法正常签名,卡顿?用户升级了ios最新版系统后,导致了现有小程序签名无法使用了,基础库是3.3.4
03-20你好,getLocalImgData 在安卓端的企业微信里到底是支持还是不支持呢?有点懵了...我在安卓手机上测试了是可以正常使用的,,,但是有些安卓手机却不行
关于安卓手机企业微信jssdk里的getLocalImgData不可用情况?在微信中安卓和ios调用getLocalImgData是可以的,但是在企业微信安卓手机中提示API getLocalImgData不可用情况,ios端可以,查了资料说安卓那边用临时素材可以解决,有大佬有案例吗?[图片][图片]
2023-09-15请问你这个后来怎么改的呢?
违规记录,涉嫌非必要收集用户手机号?[图片] 后台审核记录提示违规,我们这边需要根据手机号来作为平台互通的唯一标识,必须要获得手机号. 请问这种情况下我们应该怎么处理呢?
2023-05-31请问这个问题解决了吗?
setTimeout在部分机型上不调用?最近几天出现的问题小程序几个月未更新的情况下,突然很多用户反馈异常,使用开发者工具以及真机调试都没有异常 直到一个同事用他手机操作小程序,发现了和用户一样的问题,经排查,是setTimeout 函数没有调用, 不知道有没有人也遇到了这样的问题,应该如何解决呢?
2023-04-06请问你这个问题后来解决了吗?
小米8se chooseImage拍照上传图片,小程序闪退,只能通过相册上传图片[图片] [图片] 小米8se chooseImage拍照上传图片,小程序闪退,只能通过相册上传图片 已经引导用户通过 我->设置->帮助与反馈右上角有个上报日志的入口 上传了日志 时间大概在 2020年10月24日 12:20-12:35。12:31分上传完成的 麻烦官方赶紧看下这个问题吧 [图片]
2021-11-08