外观
在连续的操作中,无论进行了多长时间,只在最后一次执行。
uni.$c.debounce(callback,wait = 500,uid = 'default')
uni.$c.debounce(function(){ console.log(1) })
callback()
wait
uid