@yoooloo42/joker 1.0.286 → 1.0.287

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -24297,14 +24297,9 @@ const hdl = {
24297
24297
  }
24298
24298
  },
24299
24299
  collapseChange({activeNames, item}){
24300
-
24301
- console.log('测试 000', activeNames);
24302
- console.log('测试 111', item.activeNames);
24303
-
24304
- item.activeNames = activeNames;
24305
-
24306
- console.log('测试 222', item.activeNames);
24307
-
24300
+ if(item.hdlChange){
24301
+ item.hdlChange(activeNames);
24302
+ }
24308
24303
  }
24309
24304
  };
24310
24305