resolver-egretimp-plus 0.0.228 → 0.0.229

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.228",
3
+ "version": "0.0.229",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
package/src/index.jsx CHANGED
@@ -204,8 +204,8 @@ export default {
204
204
  nextTick(() => {
205
205
  nativeDataLoad.value = true
206
206
  emit('update:modelValue', val)
207
+ emit('loadEvnetsCompleted', result)
207
208
  })
208
- emit('loadEvnetsCompleted', result)
209
209
  }
210
210
  }
211
211
  )