resolver-egretimp-plus 0.0.292 → 0.0.293

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.292",
3
+ "version": "0.0.293",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
package/src/index.jsx CHANGED
@@ -221,11 +221,11 @@ export default {
221
221
  resetConfigEventInit(dynamicMapComp)
222
222
  const emptyObj = createEmptyCopy(val)
223
223
  emit('update:modelValue', emptyObj)
224
- nextTick(() => {
224
+ setTimeout(() => {
225
225
  nativeDataLoad.value = true
226
226
  emit('update:modelValue', val)
227
227
  emit('loadEvnetsCompleted', result)
228
- })
228
+ }, 20);
229
229
  } else {
230
230
  nativeDataLoad.value = true
231
231
  emit('update:modelValue', val)