分享弹窗,弹窗让用户指定分享渠道
Parameters:
Name | Type | Description |
---|---|---|
animationType |
string | modal 显示动效, 默认 |
visible |
bool | 是否显示 modal, 默认 |
title |
string | 标题文字 |
options |
Array.<Opiton> | 分享选项,当可选项 >8 个时,允许左右滑动分页 |
buttons |
Array.<Button> | 按钮数组,定义底部按钮的属性,只能显示1~2个按钮,多传将失效。默认左取消右确定,左灰右绿,点击回调都是隐藏 Modal |
onDismiss |
function | Modal 隐藏时的回调函数 |
- Since:
- 10021
Methods
renderIcons(options, index)
一页 icons
Parameters:
Name | Type | Description |
---|---|---|
options |
Array.<Opiton> | |
index |
number |
renderIconsPages(options)
一页或者分页
Parameters:
Name | Type | Description |
---|---|---|
options |
Array.<Opiton> |