PHP前端开发

小程序:实现点击倒计时的代码

百变鹏仔 10小时前 #前端问答
文章标签 倒计时

本篇文章给大家带来的内容是关于小程序:实现点击倒计时的代码,有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。

var interval = null //倒计时函数Page({  data: {    date:'请选择日期',    fun_id:2,    time: '获取验证码', //倒计时     currentTime:61  },   getCode: function (options){    var that = this;    var currentTime = that.data.currentTime    interval = setInterval(function () {      currentTime--;      that.setData({        time: currentTime+'秒'      })      if (currentTime <pre class="brush:js;toolbar:false;"><button>{{time}}</button>