官方看下 [图片]
ios下总是渲染失败,控制台报这个错误,具体含义是?[图片]
11-07一样,uniapp开发的小程序 接线上客户反馈,部分页面打开没有数据查询接口日志发现数据是正常返回的页面没有展示有数据时的界面排查代码没有发现任何问题,更改了渲染的标志位为true后,页面没有渲染发现出现此问题的都是iOS微信小程序,而且是部分用户,除此外没有发现有其他共同点安卓微信小程序没问题,同版本上架的app没问题
IOS部分机型白屏从10月31日开始陆续收到用户反馈白屏。在Donut上查看没有报错,也没有网络请求错误,就是页面跳转过去就什么都不显示。用户的设备可以复现,开发人员的复现不了。 出现问题的机器 [图片] 部分日志 [图片] [图片] 客户那边的报错: Framework inner error (expect START descriptor with depth 2 but get FLOW_DEPTH) https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:62002 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:66959 expectStart@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2072178 bo@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2025447 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2025357 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2025308 yo@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2025348 nextStep@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2071776 cn@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1985150 gn@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1986902 fn@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1987637 gn@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1987181 _updateValues@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1991521 updateValues@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1991120 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:513655 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:523470 bo@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2026124 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2025357 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2025308 yo@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2025348 n@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:2073378 q@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1939974 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1939743 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:1940660 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:427763 https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:335124 emit@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:121074 dispatch@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:128425 cb@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:128735 emit@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:120684 subscribeHandler@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:2:124310 global code@https://servicewechat.com/wxc22e9c55259ea3c9/318/page-frame.html:1:72
11-05问题依旧 [图片]
wx.uploadFile接口部分用户出现uploadFile:fail interrupted?大部分用户上传图片是正常的,部分用户上传图片一直上传不上去,收集日志后发现是wx.uploadFile执行了fail回调,报错是uploadFile:fail interrupted。想问下是什么原因,看其他帖子说是在后台请求造成的什么,但是这个上传图片是在前台的,而且用户也录制了视频,我也设置了上传进度条,当上传到百分之百之后并没有完成 ,反而是过了差不多一分钟之后才执行了fail回调。这个怎么解决。。。
07-11我们今天也有很多用户反馈了定位异常的问题,导致用户无法进行考勤打卡,官方快看一下啊,已经极大影响线上业务了。
getLocation方法偶现getLocation:fail:timeout?线上稳定的服务,最近也没有发版; 今天上午开始很多用户获取定位偶现失败,日志里面看报错是 getLocation:fail:timeout。 日志显示99.9%都是安卓端 联系不到客服,工作人员帮忙看看
2023-07-19我这边也是,官方快修复啊,已经影响线上业务了
chooseLocation 选择地理位置接口报错:传递的经纬度不合法wx.chooseLocation({ longitude: this.data.longitude, latitude: this.data.latitude, success: async (res) => {} }) [图片]这是工具上 [图片]这是已上线的小程序,之前是正常的,现在一直加载中了,期间我没有更新过
2023-06-28没人吗
自动预览怎么没有referer了这两天发现在使用自动预览的时候,后台在请求头里取不到referer了 [图片] 在模拟器就能正常取到 [图片] 调试起来非常不方便,官方赶紧看看
2022-01-15很明显是数据结构的问题 [图片]
点击文字改变文字颜色,颜色变了,文字为啥也变了?https://developers.weixin.qq.com/s/HPRwjFmC7YoT
2021-03-09canvas最好用真机调试,开发工具和真机的差异还是蛮大的
小程序 生成海报 保存到手机图片不全,开发工具上开发保存的图片就正确显示呢?开发工具保存: [图片] 手机保存: 缺失下面一部分和右侧一部分 [图片] 请问这个有什么方法可以解决呢
2020-11-05需要使用wxs https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxs/
wx:for列表循环的时候对部分变量的相关逻辑处理?for循环接口的一个数组,对变量进行渲染。 不过由于后台返回的是时间戳,需要将时间戳转化为正常格式的时间显示,所以需要对这个变量进行处理。 the_time()是我写的一个转换函数,但是这样写并没有作用。大佬们有什么办法不? [图片] [图片]
2020-11-03https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=7_10&index=1 要啥参数文档写的很清楚 https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=11_1 这个是官方demo,可参考
小程序发起支付,后台响应, java后台的逻辑或者demo- 需求的场景描述(希望解决的问题) 在小程序里面增加一个用户支付功能,由小程序发起支付,后台响应, java后台的逻辑或者demo - 希望提供的能力 提供一个后台的demo,java语言的
2019-06-27