vue-resource get请求的问题

发布于 2022-09-04 08:45:22 字数 360 浏览 10 评论 0

clipboard.png如图想在页面加载的时候从数据库获取一些信息加载到页面上。但是回调函数中的ret获取到的是请求的一些信息
clipboard.png想要获取到后端传回来的数据应该怎么解决,求解答。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

烟火散人牵绊 2022-09-11 08:45:22

一般是看 ret.data

耳钉梦 2022-09-11 08:45:22

看文档 https://github.com/pagekit/vu...

Response

A request resolves to a response object with the following properties and methods:

PropertyTypeDescription
urlstringResponse URL origin
bodyObject, Blob, stringResponse body data
headersHeaderResponse Headers object
okbooleanHTTP status code between 200 and 299
statusnumberHTTP status code of the response
statusTextstringHTTP status text of the response
MethodTypeDescription
text()PromiseResolves the body as string
json()PromiseResolves the body as parsed JSON object
blob()PromiseResolves the body as Blob object
笨死的猪 2022-09-11 08:45:22

这个回调函数不止只有一个参数的,你可以把参数都打出来看看

console.log(arguments)

我不是这种方式拿的,不是很清楚,应该有3个参数,第二个应该是你要的
或者是data里?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文