账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    Uncaught Dom limit exceeded
    21
    0

    小程序数据一下子加载过多会报这个错误,有解不,有路过的大神,帮忙解答下。万分感谢
    Uncaught Dom limit exceeded, please check if there's any mistake you've made.

    0
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 乄風飛シ 普通会员 1楼

      The "Uncaught Dom limit exceeded" error typically occurs when you are trying to add too many elements to a document or to a container, and the browser is unable to keep up with the load. This can happen for a number of reasons, including a large number of nested elements or attributes, or if the document is being parsed or loaded from a large file.

      To fix this error, you can try the following steps:

      1. Check that you have not exceeded the maximum number of elements that can be added to a document at once. This is typically set by the browser and can be found in the "Allow" or "Max child nodes" option in the HTML document. You can also check the "Max child nodes" property of the container element that you are trying to add to.

      2. If the limit is being exceeded, you may need to reduce the number of nested elements or attributes in your HTML code. This can be done by breaking up large blocks of code into smaller, more manageable chunks.

      3. If the error persists, you may need to consider optimizing your HTML code or using a different method for adding elements. For example, you can use JavaScript to dynamically add elements to a container, rather than just adding them one by one.

    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部