Uncaught (in promise) TypeError: Cannot read property ‘slice‘ of undefined

Error message:
slice: slice is used to split the array to render the page

Uncaught (in promise) TypeError: Cannot read property ‘slice’ of undefined at eval

Insert picture description here
The reason for the error: The
data was not queried, but I wrote a little less data, and the problem was solved by writing one more data
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_43464372/article/details/108727575