This commit is contained in:
gengxin
2025-02-19 14:34:06 +08:00
parent 71780eac9f
commit 5499105ca2
3 changed files with 6 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ function autoComma(number) {
//节流
function throttle(fn, delay = 200) {
console.log("throttle gx start")
var timer = null;
return function () {
console.log('throttle')