用于排查T4 API返回的action数据解析问题,并测试VideoGrid和SearchResults组件中的action功能
请粘贴T4 API返回的vod_id字段内容:
{{ JSON.stringify(parseResult.config, null, 2) }}
{{ parseResult.config.actionId || 'undefined' }}{{ parseResult.config.type || 'undefined' }}{{ parseResult.config.title || 'undefined' }}{{ parseResult.config.id || 'undefined' }}{{ parseResult.error }}
{{ rendererError }}
使用你提供的真实T4 API数据进行测试:
测试VideoGrid和SearchResults组件中的action功能:
点击下面的action项目应该弹出ActionRenderer组件:
搜索结果中的action项目测试: