查看人员卡片

构造函数

cmp.visitingCard

cmp.visitingCard
(
  • id
)

参数:

名称类型标识描述
id String 必选

人员id

示例:

<script>
   cmp.visitingCard(id)
</script>
Top