当前位置: 首页 > 文档资料 > Pile.js 中文文档 >

Verification 验证码

优质
小牛编辑
118浏览
2023-12-01

定义

手机验证码弹层,包含短信倒计时的组件。

图片展示

代码演示


import Verification from 'pile/dist/components/verification'
<Verification
  show={true}
  phone="13269699598"
  timer={30}
  len={4}
  inputBack={function(val){console.log(val)}}  
  resetBack={function(){console.log(123)}}
/>

属性

参数描述数据类型默认值
show是否展示booltrue
phone电话号码string13222229999
timer倒计时number30
inputType小键盘类型stringtel
len验证码数number4
inputBack输入完成后的回调function
closeBack关闭后的回调function
resetBack点击重新发送后的回调function
verTitleText标题名称string请输入手机验证码
sendToText手机号码前文字提示string验证码发送至
reoccurrenceText秒数字后的文字提示string秒后可重发
resendText重新发送按钮的文字提示string重新发送