search

Home  >  Q&A  >  body text

Fill in the administrator list code User/index. The administrator interface cannot be displayed, and the browser prompts element is not defined.

The detailed error message is below. What should the teacher do?

xadmin.js:13 Uncaught ReferenceError: element is not defined at Object.tabAdd (xadmin.js:13:11)

西木LI西木LI1034 days ago1380

reply all(2)I'll reply

  • autoload

    autoload2022-01-18 09:48:06

    This is an error reported by the js used. Find your corresponding 13 lines in your js file. It should be that the corresponding element is not obtained, resulting in an error when used.

    is your html page There is a problem, which causes the js code to not be able to obtain the element

    2. The variable scope defined in js causes the element to not be obtained

    reply
    0
  • 西木LI

    Well, there is a missing import file, so I just used the following layui.all.js, thank you.

    西木LI · 2022-01-18 09:49:40
  • Cancelreply