resolver-egretimp-plus 0.0.95 → 0.0.96

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resolver-egretimp-plus",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -194,7 +194,7 @@ export default {
194
194
  attrs?.onClick?.call(context, e) // 如果配置中有点击事件
195
195
  executeClickEvents({ beforeRequestService, afterRequestService })
196
196
  }
197
- function executeClickEvents({ beforeRequestService, afterRequestService }) {
197
+ function executeClickEvents({ beforeRequestService, afterRequestService } = {}) {
198
198
  executeEventOrchestration({
199
199
  beforeRequestService,
200
200
  afterRequestService,