Commit abd2e104 authored by GuanHua's avatar GuanHua

fix: 店铺装修修改

parent 4fc3e47d
...@@ -273,6 +273,7 @@ export const marketingConfig_8 = { ...@@ -273,6 +273,7 @@ export const marketingConfig_8 = {
'11-8': { '11-8': {
title: '活动-赠商品', title: '活动-赠商品',
componentName: 'MarketingCard', componentName: 'MarketingCard',
canDrag: false,
props: { props: {
style: { style: {
margin: '8px', margin: '8px',
...@@ -283,6 +284,8 @@ export const marketingConfig_8 = { ...@@ -283,6 +284,8 @@ export const marketingConfig_8 = {
}, },
'11-8-1': { '11-8-1': {
canEdit: true, canEdit: true,
canDelete: false,
canDrag: false,
title: '标题栏', title: '标题栏',
componentName: 'MarketingCard.ShopHeader', componentName: 'MarketingCard.ShopHeader',
componentType: PROPS_SETTING_TYPES.marketingCardHeader, componentType: PROPS_SETTING_TYPES.marketingCardHeader,
...@@ -294,7 +297,9 @@ export const marketingConfig_8 = { ...@@ -294,7 +297,9 @@ export const marketingConfig_8 = {
title: '活动商品容器', title: '活动商品容器',
canEdit: true, canEdit: true,
canHide: false, canHide: false,
componentName: 'MarketingCard.VerticalContainer', canDelete: false,
canDrag: false,
componentName: 'MarketingCard.CommonContainer',
maxLength: 3, maxLength: 3,
props: { props: {
type: 6, type: 6,
...@@ -305,6 +310,43 @@ export const marketingConfig_8 = { ...@@ -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 = { export const marketingConfig_9 = {
'11-9': { '11-9': {
title: '活动-赠优惠券', title: '活动-赠优惠券',
...@@ -330,11 +372,13 @@ export const marketingConfig_9 = { ...@@ -330,11 +372,13 @@ export const marketingConfig_9 = {
title: '活动优惠券容器', title: '活动优惠券容器',
canEdit: true, canEdit: true,
canHide: false, canHide: false,
componentName: 'MarketingCard.VerticalContainer', canDelete: false,
canDrag: false,
componentName: 'MarketingCard.CommonContainer',
props: { props: {
type: 6, type: 6,
span: 10, span: 10,
containerScorll: true containerScorll: true,
}, },
childNodes: [], childNodes: [],
childComponentName: 'MarketingCard.CouponsItem', 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