newsLive / news 直播
自有平台
http://showdoc.cqyqdc.com/web/#/32/533
html
<hlx-template
component-type="specialSelf"
component-query-option="{'count':100,'showFull':false,'showMedium':'PC'}"
component-variable="article"
></hlx-template>| 参数名 | 类型 | 必填 | 推荐 | 备注 | 示例 |
|---|---|---|---|---|---|
| count | Long | Y | 直播稿件数量 | 100 | |
| showFull | Bool | Y | 是否查询稿件列表,默认 false | false | |
| showMedium | Enum | Y | 平台展示 | PC | |
| showModuleData | Bool | - | 稿件列表是否查询组件化数据,默认 false | false |
ts
enum ShowMedium {
PC,
H5,
APP,
}