resolver-egretimp-plus 0.0.33 → 0.0.34

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.33",
3
+ "version": "0.0.34",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -44,6 +44,7 @@ const calcPorps = computed(() => {
44
44
  if (props?.config?.displayType) {
45
45
  ret.type = props?.config?.displayType
46
46
  }
47
+ return ret
47
48
  })
48
49
 
49
50
  const attrs = useAttrs()
@@ -204,7 +204,7 @@ export function normalConfig({
204
204
  pageConfig.type = 'daterange'
205
205
  }
206
206
  if (config.metaType == 'card') {
207
- pageConfig.needWrap = '2'
207
+ pageConfig.needWrap = '1'
208
208
  }
209
209
  mapComp[hireRelat] = pageConfig
210
210
  parsePolyfillConfigs({ polyfillConfigs, instance }, pageConfig)