resolver-egretimp-plus 0.0.218 → 0.0.219
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
package/src/utils/render.jsx
CHANGED
|
@@ -236,7 +236,7 @@ export function normalConfig({
|
|
|
236
236
|
if (config.metaType == 'date-range') {
|
|
237
237
|
pageConfig.type = 'daterange'
|
|
238
238
|
}
|
|
239
|
-
if (config.metaType == 'card') {
|
|
239
|
+
if (config.metaType == 'card' && !hasOwn(pageConfig, 'needWrap')) {
|
|
240
240
|
pageConfig.needWrap = '1'
|
|
241
241
|
}
|
|
242
242
|
// 在详情的情况下,配置组件是否显示
|