下拉刷新更新

This commit is contained in:
GaoHao
2025-01-08 16:18:20 +08:00
parent c8dbc0f550
commit 7cbadc5638
9 changed files with 167 additions and 166 deletions

View File

@@ -74,7 +74,7 @@
title: '验证码发送成功请注意查收',
icon: 'none',
})
data.countDown();
countDown();
} else {
uni.showModal({
showCancel: false,
@@ -98,7 +98,7 @@
data.count = count - 1;
data.sending = true;
data.sendTime = count - 1 + '秒后重新获取';
setTimeout(data.countDown.bind(data), 1000);
setTimeout(countDown.bind(this), 1000);
}
}