更新记录
1.0.0(2023-09-13)
下载此版本
电子签名 自用
平台兼容性
uni-app
Vue2 |
Vue3 |
Chrome |
Safari |
app-vue |
app-nvue |
Android |
iOS |
鸿蒙 |
× |
√ |
√ |
√ |
√ |
- |
- |
- |
- |
微信小程序 |
支付宝小程序 |
抖音小程序 |
百度小程序 |
快手小程序 |
京东小程序 |
鸿蒙元服务 |
QQ小程序 |
飞书小程序 |
快应用-华为 |
快应用-联盟 |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
其他
uwo-signature
<uwo-signature
v-model="formData.signature"
:static-url="config.API_URL_STATIC"
:uploadUrl="config.API_URL_UPLOAD"
:headers="config.header"
:params="{
rotate: -90
}"
>
<view>
<uni-icons custom-prefix="uwofont" type="uwo-qianming" color="#2979ff" :size="16"></uni-icons>
<text class="uni-ml-2">点击签名</text>
</view>
</uwo-signature>
formData.signature // 绑定值 Array
config.API_URL_STATIC 文件访问跟地址
config.API_URL_UPLOAD 文件上传地址
config.header 请求头参数
params 额外上传参数,因为横屏,后端需要处理旋转-90