YM
2024-05-27 0edf94722a0dcc338567fec7df76b2e0acd39b92
src/uni_modules/uni-easyinput/components/uni-easyinput/common.js
@@ -6,9 +6,7 @@
 */
export const debounce = function(func, wait = 1000, immediate = true) {
   let timer;
   console.log(1);
   return function() {
      console.log(123);
      let context = this,
         args = arguments;
      if (timer) clearTimeout(timer);