慕粉7528721
2020-11-21 14:56
老师,我这个返回的result怎么是这样的 怎么解决
这个正确的,已经返回数据了,没有问题。
console.log(res)是返回什么就输出什么。如果你想输出指定的属性,参数就不能只写res。
比如可以这样写:
console.log(res.result)
console.log(res.result.count)
轻松入门微信小程序与云开发
64553 学习 · 1742 问题
相似问题
回答 2
回答 1