最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

微信小程序?qū)崿F(xiàn)驗(yàn)證碼獲取倒計(jì)時(shí)效果

 更新時(shí)間:2018年02月08日 13:54:07   作者:吳姝璇  
這篇文章主要為大家詳細(xì)介紹了微信小程序?qū)崿F(xiàn)驗(yàn)證碼獲取倒計(jì)時(shí)效果,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

本文實(shí)例為大家分享了微信小程序?qū)崿F(xiàn)獲取驗(yàn)證碼倒計(jì)時(shí)效果的具體代碼,供大家參考,具體內(nèi)容如下

wxml

<button disabled='{{disabled}}' data-id="2" bindtap="getVerificationCode">
{{time}}
</button>

js

var interval = null //倒計(jì)時(shí)函數(shù)
Page({
 data: {
 date:'請(qǐng)選擇日期',
 fun_id:2,
 time: '獲取驗(yàn)證碼', //倒計(jì)時(shí) 
 currentTime:61
 }, 
 getCode: function (options){
 var that = this;
 var currentTime = that.data.currentTime
 interval = setInterval(function () {
 currentTime--;
 that.setData({
 time: currentTime+'秒'
 })
 if (currentTime <= 0) {
 clearInterval(interval)
 that.setData({
  time: '重新發(fā)送',
  currentTime:61,
  disabled: false 
 })
 }
 }, 100) 
 },
 getVerificationCode(){
 this.getCode();
 var that = this
 that.setData({
 disabled:true
 })
 },

})

更多關(guān)于倒計(jì)時(shí)的文章請(qǐng)查看專題:《倒計(jì)時(shí)功能》

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

吉林省| 永吉县| 元朗区| 天祝| 滨州市| 比如县| 麦盖提县| 庄河市| 安庆市| 平度市| 望都县| 云龙县| 云龙县| 台北县| 依兰县| 和田县| 武汉市| 蕉岭县| 昔阳县| 浦北县| 专栏| 郧西县| 霍林郭勒市| 柏乡县| 泌阳县| 禹城市| 韶山市| 丹巴县| 景泰县| 肇东市| 海阳市| 元氏县| 定兴县| 辰溪县| 海丰县| 抚松县| 永兴县| 瑞安市| 乌鲁木齐市| 象州县| 定边县|