支付寶小程序60秒倒計時插件

爲了幫助開發者更便捷的使用支付寶小程序的短信驗證碼功能,特別是初學者更好的使用,榛子云短信特意開發了60秒倒計時插件,效果:html

 

使用方法

1.引入插件countdown.js小程序

var CountDown = require('../../utils/countdown.js');ui

 

2.在 onLoad 週期初始化this

onLoad: function () {插件

   this.countdown = new CountDown(this);htm

}blog

 

3.在獲取驗證碼的按鈕上增長captchaDisabled、captchaTxt 分別用於控制倒計時過程當中是否能夠點擊、倒計時秒數提示ip

<button onTap='getSmsCaptcha' disabled='{{captchaDisabled}}'>{{captchaTxt}}</button>支付寶

 

4. 調用start方法觸發倒計時開發

getSmsCaptcha(e) {

   this.countdown.start();

}

 

完整代碼下載:下載

詳情: http://smsow.zhenzikj.com/doc/sdk.html

相關文章
相關標籤/搜索