跳到主要内容

Button 按钮

介绍

按钮,可快速配置成多种样式。(小程序按钮功能待补充)

用法

按钮类型

<OsButton type='default'>线框按钮</OsButton>
<OsButton type='primary'>色块按钮</OsButton>
<OsButton type='special1'>特殊按钮1</OsButton>
<OsButton type='special2'>特殊按钮2</OsButton>

禁用态

<OsButton type='default' disabled>线框按钮</OsButton>
<OsButton type='primary' disabled>色块按钮</OsButton>

按钮形状

<OsButton type='default' disabled>线框按钮</OsButton>
<OsButton type='primary' disabled>色块按钮</OsButton>
<OsButton type='primary' shape='square'>色块默认</OsButton>
<OsButton type='primary' shape='round'>色块腰圆</OsButton>

按钮尺寸

<OsButton size='normal'>线框normal</OsButton>
<OsButton size='small'>线框small</OsButton>
<OsButton size='min'>线框min</OsButton>
<OsButton type='primary' size='block'>色块block,界面长按钮</OsButton>
<OsButton type='primary' size='large'>色块large,弹框按钮</OsButton>
<OsButton type='primary' size='normal'>色块normal</OsButton>
<OsButton type='primary' size='small'>色块small</OsButton>
<OsButton type='primary' size='min'>色块min</OsButton>

带Icon

<OsButton type='default' icon='collect'>普通按钮</OsButton>
<OsButton type='primary' icon='collect'>色块按钮</OsButton>
<OsButton type='special1' icon='collect'>特殊按钮1</OsButton>
<OsButton type='special2' icon='collect'>特殊按钮2</OsButton>
<OsButton type='primary' size='block' icon='collect'>色块按钮</OsButton>

自定义颜色

<OsButton type='default' color='#DD1A21'>自定义字体颜色</OsButton>
<OsButton type='default' bdColor='#DD1A21'>自定义边框颜色</OsButton>
<OsButton type='primary' bgColor='#DD1A21'>自定义背景颜色</OsButton>
<OsButton
type='primary'
bdColor='transparent'
startBgColor='#EB767A'
endBgColor='#DD1A21'
>
自定义渐变色
</OsButton>

API

小程序属性和方法,参考Taro组件库文档Button

属性

参数说明类型默认值
typedefault | primary | special1 | special2,可选stringdefault,特殊按钮用于sku
shaperound | square,可选stringsquare(默认有4px圆角)
iconicon名称,参考OsIcon,可选string-
sizemin | small | normal | large | block,可选stringnormal,特殊按钮不生效
color文字颜色,可选string-
bgColor背景色,可选string-
bdColor描边色,可选string-
startBgColor填充渐变开始色,可选string- (仅对primary按钮生效且与endBgColor配合使用)
endBgColor填充渐变结束色,可选string- (仅对primary按钮生效且与startBgColor配合使用)
isDisabled是否禁用,可选booleanfalse
customStyle自定义样式,可选object-
className自定义类名,可选string-
loading名称前是否带 loading 图标,可选booleanfalse
formType用于 <form/> 组件,点击分别会触发 <form/> 组件的 submit/reset 事件,可选keyof FormType-
openType微信开放能力,可选OpenType-
hoverClass指定按下去的样式类。当 hover-class="none" 时,没有点击态效果,可选stringbutton-hover
hoverStyle由于 RN 不支持 hoverClass,故 RN 端的 Button 组件实现了 hoverStyle属性,写法和 style 类似,只不过 hoverStyle 的样式是指定按下去的样式,可选StyleProp<ViewStyle>none
hoverStopPropagation指定是否阻止本节点的祖先节点出现点击态,可选booleanfalse
hoverStartTime按住后多久出现点击态,单位毫秒,可选number20
hoverStayTime手指松开后点击态保留时间,单位毫秒,可选number70
lang指定返回用户信息的语言,zh_CN 简体中文,zh_TW 繁体中文,en 英文。

生效时机: open-type="getUserInfo",可选
Lang-
sessionFrom会话来源

生效时机:open-type="contact",可选
string-
sendMessageTitle会话内消息卡片标题

生效时机:open-type="contact",可选
string当前标题
sendMessagePath会话内消息卡片点击跳转小程序路径

生效时机:open-type="contact",可选
string当前标题
sendMessageImg会话内消息卡片图片

生效时机:open-type="contact",可选
string截图
appParameter打开 APP 时,向 APP 传递的参数

生效时机:open-type="launchApp",可选
string-
scope支付宝小程序 scope

生效时机:open-type="getAuthorize",可选
userInfo | phoneNumber-
showMessageCard显示会话内消息卡片

生效时机:open-type="contact",可选
boolean-
publicId生活号 id,必须是当前小程序同主体且已关联的生活号,open-type="lifestyle" 时有效,可选string-
templateId发送订阅类模板消息所用的模板库标题 ID ,可通过 getTemplateLibraryList 获取
当参数类型为 Array 时,可传递 1~3 个模板库标题 ID,可选
string | string[]-
subscribeId发送订阅类模板消息时所使用的唯一标识符,内容由开发者自定义,用来标识订阅场景
注意:同一用户在同一 subscribe-id 下的多次授权不累积下发权限,只能下发一条。若要订阅多条,需要不同 subscribe-id,可选
string-
groupId打开群资料卡时,传递的群号,可选string-
guildId打开频道页面时,传递的频道号,可选string-
shareType分享类型集合,请参考下面share-type有效值说明。share-type后续将不再维护,请更新为share-mode,可选string27
shareMode分享类型集合,请参考下面share-mode有效值说明,可选string['qq', 'qzone']
ariaLabel无障碍访问,(属性)元素的额外描述,可选string-
openId添加好友时,对方的 openid,可选string-
shareMessageFriendInfo发送对象的 FriendInfo,可选string-
shareMessageTitle转发标题,不传则默认使用当前小程序的昵称。 FriendInfo,可选string-
shareMessageImg转发显示图片的链接,可以是网络图片路径(仅 QQ CDN 域名路径)或本地图片文件路径或相对代码包根目录的图片文件路径。显示图片长宽比是 5:4FriendInfo,可选string-

方法

函数名说明参数
onClick点击时触发event对象
onGetUserInfo用户点击该按钮时,会返回获取到的用户信息,回调的detail数据与 Taro.getUserInfo 返回的一致

生效时机: open-type="getUserInfo"
onGetUserInfoEventDetail
onGetAuthorize支付宝获取会员基础信息授权回调

生效时机:open-type="getAuthorize"
event对象
onContact客服消息回调

生效时机:open-type="contact"
onContactEventDetail
onGetPhoneNumber获取用户手机号回调

生效时机:open-type="getphonenumber"
onGetPhoneNumberEventDetail
onError当使用开放能力时,发生错误的回调

生效时机:open-type="launchApp"
event对象
onOpenSetting在打开授权设置页后回调

生效时机:open-type="openSetting"
onOpenSettingEventDetail
onLaunchApp打开 APP 成功的回调

生效时机:open-type="launchApp"
event对象
onChooseAvatar获取用户头像回调

生效时机:open-type="chooseAvatar"
event对象
onFollowLifestyle当 open-type 为 lifestyle 时有效。
当点击按钮时触发。
event.detail = { followStatus },followStatus 合法值有 1、2、3,其中 1 表示已关注。2 表示用户不允许关注。3 表示发生未知错误;
已知问题:基础库 1.0,当用户在点击按钮前已关注生活号,event.detail.followStatus 的值为 true。
{ followStatus: true or 1 or 2 or 3; }
onChooseAddress用户点击该按钮时,调起用户编辑收货地址原生界面,并在编辑完成后返回用户选择的地址,从返回参数的 detail 中获取,和 swan.chooseAddress 一样的。和 open-type 搭配使用,使用时机:open-type="chooseAddress"event对象
onChooseInvoiceTitle用户点击该按钮时,选择用户的发票抬头,和 swan.chooseInvoiceTitle 一样的。和 open-type 搭配使用,使用时机:open-type="chooseInvoiceTitle"event对象
onLogin登录回调,和 open-type 搭配使用,使用时机:open-type="login"。可以通过返回参数的 detail 判断是否登录成功,当 errMsg 为'login:ok'时即为成功。如想获取登录凭证请使用 swan.getLoginCodeevent对象
onSubscribe订阅消息授权回调,和 open-type 搭配使用,使用时机:open-type="subscribe"event对象
onAddFriend添加好友的回调event对象
onAddGroupApp添加群应用的回调。errCode 错误码:41004(当前用户非管理员或群主,无权操作),41005(超过可添加群应用的群数量)event对象

FormType

form-type 的合法值

参数说明
submit提交表单
reset重置表单

OpenType

open-type 的合法值

openTypeKeys

open-type 的合法值

参数类型说明
weapp{ contact: any; share: any; getPhoneNumber: any; getUserInfo: any; launchApp: any; openSetting: any; feedback: any; chooseAvatar: any; }
alipay{ share: any; getAuthorize: any; contactShare: any; lifestyle: any; }支付宝小程序专属的 open-type 合法值
参考地址
qq{ share: any; getUserInfo: any; launchApp: any; openSetting: any; feedback: any; openGroupProfile: any; addFriend: any; addColorSign: any; openPublicProfile: any; addGroupApp: any; shareMessageToFriend: any; }QQ 小程序专属的 open-type 合法值
参考地址

Lang

lang 的合法值

参数说明
en英文
zh_CN简体中文
zh_TW繁体中文

onGetUserInfoEventDetail

参数类型必填说明
userInfo{ nickName: string; avatarUrl: string; gender: keyof Gender; province: string; city: string; country: string; }
rawDatastring不包括敏感信息的原始数据 JSON 字符串,用于计算签名
signaturestring使用 sha1(rawData + sessionkey) 得到字符串,用于校验用户信息
encryptedDatastring包括敏感数据在内的完整用户信息的加密数据
ivstring加密算法的初始向量
errMsgstring
cloudIDstring敏感数据对应的云 ID,开通云开发的小程序才会返回,可通过云调用直接获取开放数据,详细见云调用直接获取开放数据

Gender

性别的合法值

参数说明
0未知
1
2

onContactEventDetail

参数类型说明
errMsgstring
pathstring小程序消息指定的路径
queryRecord<string, any>小程序消息指定的查询参数

onGetPhoneNumberEventDetail

参数类型必填说明
errMsgstring
encryptedDatastring包括敏感数据在内的完整用户信息的加密数据
ivstring加密算法的初始向量
codestring动态令牌。可通过动态令牌换取用户手机号。
参考地址

onOpenSettingEventDetail

参数类型
errMsgstring
authSettingRecord<string, boolean>