# uni-setps 步骤条
# 平台差异
App | H5 | 微信小程序 | 支付宝小程序 | 百度小程序 | 头条小程序 |
---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ |
# API
# Props
参数 | 说明 | 类型 | 默认值 | 可选值 | 平台差异 |
---|---|---|---|---|---|
direction | 排列方向 | String | row | row,column | - |
activeColor | 激活状态颜色 | String | #1aad19 | - | - |
deactiveColor | 未激活状态颜色 | String | #999999 | - | - |
active | 当前步骤 | Number | 0 | - | - |
options | 数据 | Array | [] | - | - |
# Events
事件名 | 说明 |
---|---|
changeAddress | 更改收货地址的回调事件,返回选中的地址信息 |