Skip to content

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>
参数名类型必填推荐备注示例
countLongY直播稿件数量100
showFullBoolY是否查询稿件列表,默认 falsefalse
showMediumEnumY平台展示PC
showModuleDataBool-稿件列表是否查询组件化数据,默认 falsefalse
ts
enum ShowMedium {
  PC,
  H5,
  APP,
}