amp-list 上的 amb-bind 任何值都不是 [src] 的有效结果
amb-bind on amp-list any value is not a valid result for [src]
我使用的是 AMP 的预发布版本 (001493855940942)。
amp-bind 和 amp-list 的组合不起作用。
我分配给 amp-list 的 [src] 的每个值最终都带有此错误消息 wenn amp-state of currentFoo changed:
amp-bind: Expression evaluation error in "'https://localhost:3000' + fooList[currentFoo].bar_endpoint". "https://localhost:3000/api/bar/foo1" is not a valid result for [src].
这似乎可以通过 this pull request
解决
我使用的是 AMP 的预发布版本 (001493855940942)。 amp-bind 和 amp-list 的组合不起作用。 我分配给 amp-list 的 [src] 的每个值最终都带有此错误消息 wenn amp-state of currentFoo changed:
amp-bind: Expression evaluation error in "'https://localhost:3000' + fooList[currentFoo].bar_endpoint". "https://localhost:3000/api/bar/foo1" is not a valid result for [src].
这似乎可以通过 this pull request
解决