收藏
回答

安卓真机,微信基础库 3.2.4 版本中使用 setTimeout 报错

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android Android Android(基本必现) 8.0.43

环境信息:

基础库版本:3.2.4

系统类型:Android


问题描述:

在真机上,安卓微信新版 基础库为 3.2.4 时,使用setTimeout 会提示 3145728000 does not fit into a 32-bit signed integer.

Cannot assign to read only property \'name\' of object \'Error: 3145728000 does not fit into a 32-bit signed integer.
Timeout duration was set to 1.\'
TypeError: Cannot assign to read only property \'name\' of object \'Error: 3145728000 does not fit into a 32-bit signed integer.
Timeout duration was set to 1.\'
at createWarningObject (node:internal/process/warning:182:16)
at process.emitWarning (node:internal/process/warning:151:15)
at new Timeout (node:internal/timers:172:17)
at setTimeout (node:timers:163:19)
at t.setTimeout (:468:54802)
at globalThis.setTimeout (https://lib/WAServiceMainContext.js:1:150840)
at p (https://lib/WAServiceMainContext.js:1:162901)
at https://lib/WAServiceMainContext.js:1:163344
at https://lib/WAServiceMainContext.js:1:150850



最后一次编辑于  2023-12-13
回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2023-12-13

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2023-12-13
    有用
    回复
登录 后发表内容