resolver-egretimp-plus 0.1.1 → 0.1.2

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.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
package/src/index.jsx CHANGED
@@ -201,7 +201,7 @@ export default {
201
201
  return props.dataLoad || nativeDataLoad.value
202
202
  })
203
203
  const { initPageConfig, pageConfigRef, mapCompRef, hireRelatMapRulesRef } = usePageConfig()
204
- function toExecuteLoadServices(clearFlag, alongLoad = true) {
204
+ function toExecuteLoadServices(clearFlag, alongLoad) {
205
205
  // 触发加载事件执行
206
206
  const oldNativeDataload = nativeDataLoad.value
207
207
  nativeDataLoad.value = false