Commit 16e8679e by kaisa

feat:新增火箭升空防抖测试

parent ac7ce2df
Showing with 1 additions and 0 deletions
......@@ -1080,6 +1080,7 @@
else layer.msg("no DEWs");
setTimeout(function () {
var currentTime = new Date().getTime();
// 新增防抖 避免用户频繁操作导致兑换露水页面重复弹出
if (currentTime - lastExchangeTime > 3000) {
lastExchangeTime = currentTime;
var obj = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment