Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 94bb3bc

Browse files
committed
延时5ms,解决了“正在快速计算”来不及更新显示的问题
1 parent f3236a9 commit 94bb3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: LetMeFly
33
* @Date: 2022-10-17 19:03:59
44
* @LastEditors: LetMeFly
5-
* @LastEditTime: 2022-10-20 19:36:09
5+
* @LastEditTime: 2022-10-20 19:40:51
66
-->
77
<!DOCTYPE html>
88
<html>
@@ -296,7 +296,7 @@ <h3>喜欢了就去点个Star吧:<a href="https://github.com/LetMeFly666/Count
296296
result = mainOriginal(numbers, operators);
297297
realRender();
298298
$("#Percent").html("计算已完成!");
299-
}, 0);
299+
}, 5);
300300
}
301301
else {
302302
result = main(numbers, operators, realRender);

0 commit comments

Comments
 (0)