杨磊
2024-07-26 fe7b350b7c551278d8e74c3d34c276d2f71e3f86
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);