# fu-change-address 更改收货地址
# 平台差异
App | H5 | 微信小程序 | 支付宝小程序 | 百度小程序 | 头条小程序 |
---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ |
# 基本使用
<template>
<view>
<uni-popup
type="bottom"
:maskClick="true"
>
<view>"一些自定义html"</view>
</uni-popup>
</view>
</template>
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
# API
# Props
参数 | 说明 | 类型 | 默认值 | 可选项 | 平台差异 |
---|---|---|---|---|---|
animation | 开启动画 | Boolean | true | - | - |
type | 弹出层类型 | String | center | top: 顶部弹出层;bottom:底部弹出层;center:全屏弹出层 | - |
custom | 是否开启自定义 | Boolean | false | - | - |
maskClick | - | Boolean | true | - | - |
show | 是否显示 | Boolean | true | - | - |
# Events
事件名 | 说明 |
---|---|
change | 弹窗状态改变事件 |