微信小程序开发之倒计时定时器

微信小程序获取验证码,倒计时60秒!这个在微信中也经常遇到,因此给大家分享出来,逻辑就不过多的解释。这个是自定义的方法,大家在调用的时候,直接绑定在按钮上,直接this.getcode()一下就可以调用了

getcode: function (e) {    var that = this;    var mobile = that.data.mobile;    var reg_mobile = /^(((13[0-9]{1})|(15[0-9]{1})|(18[0-9]{1})|(17[0-9]{1}))+\d{8})$/;    if (!reg_mobile.test(mobile)) {      wx.showToast({        title: '请输入正确的手机号',        icon: 'none'      })    } else {      this.getCode();      var date = { phone: mobile, sendWay: 1, type: 2 };      http.httpPost('user/send', date, function (res) { console.log(res) })    }  },复制代码


转载于:https://juejin.im/post/5c17429d5188252d7c079943

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值