function countDown(that, time) {
time--;
that.setData({
time: time
})
setTimeout(function () {
console.log(time)
countDown(that, time);
}, 1000);
}
微信系系小程序 倒计时
猜你喜欢
转载自blog.csdn.net/zx77588023/article/details/115436181
今日推荐
周排行