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

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

 

使用方法

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

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

 

2.在 onLoad 週期初始化this

onLoad: function () {spa

   this.countdown = new CountDown(this);插件

}htm

 

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

<button onTap='getSmsCaptcha' disabled='{{captchaDisabled}}'>{{captchaTxt}}</button>ip

 

4. 調用start方法觸發倒計時支付寶

getSmsCaptcha(e) {

   this.countdown.start();

}

 

完整代碼下載:下載

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

相關文章
相關標籤/搜索