我尝试使用绑定动态创建模板,并且一切都可以与元素"网格"或"架子"一起使用,但是当我使用元素时,输出为空。
我已经在GitHub上创建了一个示例项目,该项目证明了问题:https://github.com/christrato/tvmltespapp
代码对于示例(网格和布局(相同,指令如何在readme文件中执行测试。
也许是轮播布局的错误,或者我需要额外的数据绑定和旋转木马?
谢谢
let template = `<?xml version="1.0" encoding="UTF-8" ?>
<document>
<stackTemplate>
<banner>
<title>TVML Test</title>
</banner>
<collectionList>
<shelf >
<prototypes>
<lockup prototype="home">
<img binding="@src:{thumb};" width="350" height="250"/>
<title binding="textContent:{title};"/>
</lockup>
</prototypes>
<section binding = "items:{images};" />
</shelf>
</collectionList>
</stackTemplate>
</document>`;
请使用此代码,然后使用旋转木马的作品。我用架子和截面代替轮播。它对我有用