Commit abd2e104 authored by GuanHua's avatar GuanHua

fix: 店铺装修修改

parent 4fc3e47d
......@@ -273,6 +273,7 @@ export const marketingConfig_8 = {
'11-8': {
title: '活动-赠商品',
componentName: 'MarketingCard',
canDrag: false,
props: {
style: {
margin: '8px',
......@@ -283,6 +284,8 @@ export const marketingConfig_8 = {
},
'11-8-1': {
canEdit: true,
canDelete: false,
canDrag: false,
title: '标题栏',
componentName: 'MarketingCard.ShopHeader',
componentType: PROPS_SETTING_TYPES.marketingCardHeader,
......@@ -294,7 +297,9 @@ export const marketingConfig_8 = {
title: '活动商品容器',
canEdit: true,
canHide: false,
componentName: 'MarketingCard.VerticalContainer',
canDelete: false,
canDrag: false,
componentName: 'MarketingCard.CommonContainer',
maxLength: 3,
props: {
type: 6,
......@@ -305,6 +310,43 @@ export const marketingConfig_8 = {
},
};
// export const marketingConfig_8 = {
// '11-8': {
// title: '活动-赠商品',
// componentName: 'MarketingCard',
// props: {
// style: {
// margin: '8px',
// },
// shopColorType: 8
// },
// childNodes: ['11-8-1', '11-8-2'],
// },
// '11-8-1': {
// canEdit: true,
// title: '标题栏',
// componentName: 'MarketingCard.ShopHeader',
// componentType: PROPS_SETTING_TYPES.marketingCardHeader,
// props: {
// type: 8,
// },
// },
// '11-8-2': {
// title: '活动商品容器',
// canEdit: true,
// canHide: false,
// componentName: 'MarketingCard.VerticalContainer',
// maxLength: 3,
// props: {
// type: 6,
// },
// childNodes: [],
// childComponentName: 'MarketingCard.GoodsItem',
// addBtnText: '添加商品',
// },
// };
export const marketingConfig_9 = {
'11-9': {
title: '活动-赠优惠券',
......@@ -330,11 +372,13 @@ export const marketingConfig_9 = {
title: '活动优惠券容器',
canEdit: true,
canHide: false,
componentName: 'MarketingCard.VerticalContainer',
canDelete: false,
canDrag: false,
componentName: 'MarketingCard.CommonContainer',
props: {
type: 6,
span: 10,
containerScorll: true
containerScorll: true,
},
childNodes: [],
childComponentName: 'MarketingCard.CouponsItem',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment