- 基础库3.4.4 在vivo y35+手机canvas叠加多张图片时显示不正常
基础库3.4.4 在vivo y35+手机canvas叠加多张图片时显示不正常 使用vivo x60 小米14 pro 等其他品牌手机测试均未能发现类似问题 [图片] 问题机型 [图片] 异常海报 [图片] 正常海报 [图片]
2024-05-27 - 云开发本地调试提示未选择env?
云函数有两个环境 但是本地调试环境变量只能选择一个环境 [图片] 且提示 [图片] 可售已经选择了dev2 [图片]
2023-08-31 - vant组件库 van-loading 扫码预览报错 但真机运行没问题?
<van-overlay z-index="999999" show="{{ loading }}"> <van-loading vertical="{{true}}" color="#00b26a" size="24px">加载中...</van-loading> </van-overlay> 这段代码运行在手机上会报错 SystemError (jsEnginScriptError) Cannot read properties of undefined (reading 'index') TypeError: Cannot read properties of undefined (reading 'index') at u (common.app.js:1:31115) at (common.app.js:1:31319) at Array.forEach (<anonymous>) at (common.app.js:1:31296) at (@vant/weapp/loading/index.appservice.js:1:1067) at t.handleChildrenCreation (common.app.js:1:30528) at (common.app.js:1:30777) at (@vant/weapp/loading/index.appservice.js:1:746) at t.handleChildrenCreation (common.app.js:1:30528) at (common.app.js:1:30777) routeDone with a webviewId -988492509 that is not the current page 我想知道是因为什么,如何解决 Xiaomi 12s Android 14 Weixin 8.0.40 基础库3.0.0
2023-08-01 - 云函数中使用 new Date().toLocaleDateString() 设置区域不起作用?
开发工具和本地nodejs 的代码执行都起作用 云函数本地调试时也起作用 [图片] [图片] 客户端直接调用始终显示 7/27/23
2023-07-27 - map组件折线polyline 使用彩虹线colorList 数组过长会使小程序直接闪退
开发工具可以正常运行该段代码 真机运行直接闪退小程序 代码片段真机运行地图不渲染地图空白无报错
2023-07-27 - TypeError:Cannot read property 'latitude' of null?
地图组件使用 polyline 传入空数组偶尔出现以下错误 但传入的数据确实没有出现 null [图片]
2023-07-21 - 开发工具startInterval 返回值不是number, 程序不能同时存在多个定时器?
开发工具 startInterval setTimout 返回值不是number, 像是NodeJs 的现象 请问一下这是为什么 如果程序同时存在多个定时器的情况下, 清除定时器报错循环引用 单其中一个清除或者过期后 可以清除 [图片] TypeError: Converting circular structure to JSON --> starting at object with constructor 'Timeout' | property '_idlePrev' -> object with constructor 'TimersList' --- property '_idleNext' closes the circle at JSON.stringify (<anonymous>) [图片]
2023-07-20