Autograph 手写签名
概述
Autograph 手写签名,用于手写电子签名。
温馨提示
使用前请先阅读了解微信小程序官方 canvas组件 (opens new window)使用。
# 引入
以下介绍两种常用的引入方式。
第一种:在页面json文件中引入
{
"navigationBarTitleText": "手写签名",
"usingComponents": {
"fui-autograph":"/components/firstui/fui-autograph/fui-autograph"
}
}
1
2
3
4
5
6
2
3
4
5
6
第二种:在根目录app.json文件中全局引入
"usingComponents": {
"fui-autograph":"components/firstui/fui-autograph/fui-autograph"
}
1
2
3
2
3
# 代码演示
代码演示、属性列表等详细内容仅VIP用户可查看。
First UI 会陆续推出各行业模板,详情查看官网 www.firstui.cn 物料商城~
该内容仅VIP用户可查看!
前往官网开通会员示例预览
# 特别说明
该组件为付费组件,微信小程序版VIP用户可免费使用 。