Commit 439f1e6c authored by GuanHua's avatar GuanHua

fix: 店铺装修修改

parent 9d240c03
......@@ -60,10 +60,10 @@
"@ctrl/tinycolor": "^3.4.0",
"@formily/antd": "^1.3.3",
"@formily/antd-components": "^1.3.3",
"@lingxi-disign/core": "^1.0.5",
"@lingxi-disign/react": "^1.0.5",
"@lingxi-disign/core": "^1.0.6",
"@lingxi-disign/react": "^1.0.6",
"@lingxi-disign/react-web": "^1.0.2",
"@lingxi-disign/ui": "^1.0.4",
"@lingxi-disign/ui": "^1.0.5",
"@turf/turf": "^6.4.0",
"@types/crypto-js": "^4.0.1",
"@types/js-cookie": "^2.2.6",
......
......@@ -45,7 +45,7 @@ export const paramsShop = (
childNodes = get(pageConfig, ['2', 'childNodes']) || {}
_params.adornContent.navList = {
style: 0,
status: true,
status: propsData.status,
details: []
}
if (childNodes && Array.isArray(childNodes) && childNodes.length > 0) {
......@@ -683,7 +683,7 @@ export const paramsShop = (
childNodes = get(pageConfig, ['5', 'childNodes']) || {}
_params.adornContent.navList = {
style: 0,
status: true,
status: propsData.status,
details: []
}
if (childNodes && Array.isArray(childNodes) && childNodes.length > 0) {
......
......@@ -18,6 +18,10 @@ export const cardNavSchema: ISchema = {
required: true,
message: '请输入名称',
},
{
len: 6,
message: '名称最多6个字',
},
],
},
icon: {
......
......@@ -83,11 +83,13 @@ export const channelLayoutConfig : PageConfigType = {
'5': {
title: '分类导航',
canDelete: false,
hideAction: true,
componentName: 'MobileNavCard',
props: {
style: {
margin: '8px',
},
status: true,
stylesthemelist: [
{
key: 0,
......
......@@ -28,11 +28,13 @@ export const shopLayoutConfig : PageConfigType = {
'2': {
title: '分类导航',
canDelete: false,
hideAction: true,
componentName: 'MobileNavCard',
props: {
style: {
margin: '8px',
},
status: true,
stylesthemelist: [
{
key: 0,
......
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