微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

响应必须在“feed.entry”处包含一个数组或对象放大器列表

如何解决响应必须在“feed.entry”处包含一个数组或对象放大器列表

我在使用 CORS 代理制作放大器列表时遇到此错误 我的代码

<amp-list items='Feed.entry' layout="fixed-height" height="100" src="https://cdn.nixs.in/cdn/cors/?url=https://www.nixs.in/Feeds/posts/default?alt=json" binding="no"> <template type="amp-mustache"> <div>{{#title}}{{$t}}{{/title}}</div> </template> </amp-list>

它的返回 响应必须在“Feed.entry”处包含一个数组或对象。放大器列表 但我在 Feed.entry 位置的数组对象

我发现很少有链接给出了一些解决方案,但没有人为我工作

how to remove this error "Response must contain an array at " . "." while making dropdown

https://github.com/ampproject/amphtml/issues/10613 https://github.com/ampproject/amphtml/issues/9687

这是我的代码 https://jsbin.com/yoruvalego/edit?html,output

enter image description here

enter image description here

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。