1. 程式人生 > >驗證碼倒計時

驗證碼倒計時

down post settime n) cti countdown 計時 als 驗證

// 驗證碼倒計時 settime: function (that, countdown) { if (countdown == 0) { that.setData({ is_show: true, }) countdown = 60; return; } else { countdown--; that.setData({ is_show: false, numbers: countdown }) } setTimeout(function () { getApp().settime(that, countdown) }, 1000) },

驗證碼倒計時