收藏
回答

开发者工具提示渲染层错误?

开发者工具中每次编译都提示以下错误,但我在代码中并没有调用类似的方法。。。

[渲染层错误] TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

[渲染层错误] webviewScriptError

Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

[渲染层错误] Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员--阳光
    社区技术运营专员--阳光
    2020-12-13

    你好,哪个版本的工具呢,提供下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2020-12-13
    有用
    回复 1
    • rollback
      rollback
      2020-12-15
      project.config.json文件下 useMultiFrameRuntime改成false就可以了。每次重启开发工具,这个参数都会自动修改成true。开发工具版本:开发版1.04.2012112
      2020-12-15
      1
      回复
  • rollback
    rollback
    2020-12-15

    project.config.json文件下 useMultiFrameRuntime改成false就可以了

    2020-12-15
    有用
    回复 1
    • 無
      2020-12-17
      为啥我没在project.config.json文件下看到useMultiFrameRuntime
      2020-12-17
      回复
登录 后发表内容
问题标签