外观
规定时间内,只在第一次触发执行。
uni.$c.throttle(callback,wait = 500,uid = 'default')
uni.$c.throttle(function(){ console.log(1) })
callback()
wait
uid