在前端显示页面,通过F12键入开发人员工具界面:
看到:
detail.html?id=4:127 Uncaught (in promise) TypeError: response.data is not a function
at detail.html?id=4:127:42
如下图所示:
查看根据错误提示查看源代码:
得知从后端响应返回页面数据的方法多写了括号。
在前端显示页面,通过F12键入开发人员工具界面:
看到:
detail.html?id=4:127 Uncaught (in promise) TypeError: response.data is not a function
at detail.html?id=4:127:42
如下图所示:
查看根据错误提示查看源代码:
得知从后端响应返回页面数据的方法多写了括号。