1
YM
2024-06-06 c56935d7085725e609d926b064c146f3ffc29e6e
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);