SliderCaptcha 滑块拼图验证
概述
SliderCaptcha 滑块拼图验证,根据提示进行行为验证。
温馨提示
使用前请先阅读了解微信小程序官方 canvas组件 (opens new window)使用。
网络图片必须保证可以正常下载,注意在小程序后台配置图片域名。
组件内部使用了 fui-icon(字体图标)组件,需要同时引入组件(默认路径同级,需按实际路径调整)。
# 引入
以下介绍两种常用的引入方式。
第一种:在页面json文件中引入
{
"navigationBarTitleText": "滑块拼图验证",
"usingComponents": {
"fui-slider-captcha": "/components/firstui/fui-slider-captcha/fui-slider-captcha"
}
}
1
2
3
4
5
6
2
3
4
5
6
第二种:在根目录app.json文件中全局引入
"usingComponents": {
"fui-slider-captcha": "components/firstui/fui-slider-captcha/fui-slider-captcha"
}
1
2
3
2
3
# 代码演示
代码演示、属性列表等详细内容仅VIP用户可查看。
你真是个小机灵鬼~
该内容仅VIP用户可查看!
前往官网开通会员示例预览
# 特别说明
该组件为付费组件,微信小程序版VIP用户可免费使用 。