收藏
回答

Cannot read property 'prototype' of undefined?

调试基础库 2.18.0

开发工具1.05.2016250

上午还好好的,下午就一直这样报错


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

3 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2021-06-30

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

    2021-06-30
    有用
    回复 1
    • Gintoki_C
      Gintoki_C
      2021-06-30
      找不到问题所在啊,难道要把所有项目都复制下来?
      2021-06-30
      回复
  • Gintoki_C
    Gintoki_C
    2021-07-01

    找到问题了,是引用lodash的问题

    2021-07-01
    有用 1
    回复 1
    • Christian~可航
      Christian~可航
      2022-09-02
      我也有同样问题,怎么解决的呢
      2022-09-02
      回复
  • _Xq
    _Xq
    08-28

    在 app.js 中第一行先引入如下的代码:

    Object.assign(global, {
      ArrayArray,
      DateDate,
      ErrorError,
      FunctionFunction,
      MathMath,
      ObjectObject,
      RegExpRegExp,
      StringString,
      TypeErrorTypeError,
      setTimeout: setTimeout,
      clearTimeout: clearTimeout,
      setInterval: setInterval,
      clearInterval: clearInterval
    })
    
    08-28
    有用
    回复
登录 后发表内容