1.0.1 • Published 2 years ago
xverse-components-invitation-card v1.0.1
API
| 参数名 | 类型 | 说明 | 默认值 | 是否必填 | 备注 | 
|---|---|---|---|---|---|
| skinId | string | 皮肤 Id | - | true | - | 
| releaseId | string | 渲染 rid | - | true | - | 
| bridegroomName | string | 新郎名 | - | true | - | 
| brideName | string | 新娘名 | - | true | - | 
| address | string | 地址 | - | true | - | 
| miniAppCode | string | 二维码 | - | true | - | 
| isOwner | boolean | 是否是主态 | - | true | - | 
| invitationBg | string | 邀请函背景图 | - | true | - | 
| shareInvitationBg | string | 海报背后蒙层背景图 | - | true | - | 
| leaveButtonIcon | string | 返回 icon | - | true | - | 
| betweenNameIcon | string | 名字中间的 icon | - | true | - | 
| modalClassName | string | 弹窗 className | - | true | - | 
| modalCss | CSSProperties | 弹窗样式 | - | false | - | 
| invitationListBg | string | 邀请名单背景图 | - | true | - | 
| isShowInvitation | boolean | 是否展示 invitation | - | true | - | 
| weddingTime | string | 婚礼时间 | - | true | - | 
| confirmBtnCss | CSSProperties | 确认参加按钮 css | - | false | - | 
| confirmBtnText | string | 确认参加按钮文案 | - | false | - | 
| shareInvitationBtnCss | CSSProperties | 分享邀请函按钮 | - | true | - | 
| onLeave | () => void | 离开按钮回调函数 | - | false | - |