Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
b7d9b8d9
Commit
b7d9b8d9
authored
Oct 18, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加自营商城移动端页面
parent
891faf13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
352 additions
and
80 deletions
+352
-80
config.ts
src/pages/mobileTemplate/ownMallTemplateEdit/config.ts
+210
-0
style_theme_default.png
...Template/ownMallTemplateEdit/imgs/style_theme_default.png
+0
-0
style_theme_science.png
...Template/ownMallTemplateEdit/imgs/style_theme_science.png
+0
-0
index.less
src/pages/mobileTemplate/ownMallTemplateEdit/index.less
+51
-0
index.tsx
src/pages/mobileTemplate/ownMallTemplateEdit/index.tsx
+0
-0
marketing_config.ts
...es/mobileTemplate/ownMallTemplateEdit/marketing_config.ts
+0
-0
preview.tsx
src/pages/mobileTemplate/ownMallTemplateEdit/preview.tsx
+0
-0
index.less
...ges/ownMall/ownMallManager/components/useModal/index.less
+24
-18
index.tsx
...ages/ownMall/ownMallManager/components/useModal/index.tsx
+59
-58
index.tsx
src/pages/ownMall/ownMallManager/templateDetail/index.tsx
+8
-4
No files found.
src/pages/mobileTemplate/ownMallTemplateEdit/config.ts
0 → 100644
View file @
b7d9b8d9
/*
* @Author: ghua
* @Date: 2021-02-22 17:02:20
* @LastEditTime: 2021-03-01 11:47:26
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /lingxi-business-paltform/src/pages/mobileTemplate/channelTemplateEdit/config.ts
*/
import
{
PageConfigType
}
from
'@lingxi-disign/core'
import
categoryNavTemplateDefault
from
'../shopTemplateEdit/img/category_template_default.png'
import
RED_PACKAGE
from
'../shopTemplateEdit/img/red_package.png'
;
export
const
defaultHeaderNavData
=
[
{
name
:
"我的"
,
content
:
""
,
status
:
true
,
type
:
1
},
]
export
const
channelLayoutConfig
:
PageConfigType
=
{
'0'
:
{
componentName
:
'MallLayout'
,
props
:
{
style
:
{
"width"
:
"100%"
,
"minHeight"
:
"100%"
,
"background"
:
"#F7F8FA"
,
"overflowX"
:
"hidden"
,
"paddingBottom"
:
"50px"
,
}
},
childNodes
:
[
'1'
,
'3'
,
'5'
,
'7'
]
},
'1'
:
{
title
:
'头部导航栏'
,
canDelete
:
false
,
componentName
:
'ChannelHeaderNav'
,
canEdit
:
false
,
props
:
{
styleTheme
:
'${topStyle}'
,
title
:
'${channelName}'
,
categoryList
:
'${categoryList}'
,
},
childNodes
:
[
'2'
],
childComponentName
:
'ChannelHeaderNav.ActionItem'
,
},
'2'
:
{
loop
:
'${top}'
,
title
:
'${item.name}'
,
hideActions
:
true
,
componentName
:
'ChannelHeaderNav.ActionItem'
,
props
:
{
data
:
'${item}'
},
},
'3'
:
{
title
:
'广告图'
,
canDelete
:
false
,
componentName
:
'Banner'
,
props
:
{
style
:
{
margin
:
'8px'
,
},
},
childNodes
:
[
'4'
],
childComponentName
:
'Banner.Items'
,
addBtnText
:
'添加广告'
,
},
'4'
:
{
loop
:
'${advert}'
,
title
:
'${item.name}'
,
componentName
:
'Banner.Items'
,
props
:
{
id
:
'${item.id}'
,
type
:
'${item.type}'
,
img
:
'${item.img}'
,
name
:
'${item.name}'
,
isnull
:
false
,
},
},
'5'
:
{
title
:
'分类导航'
,
canDelete
:
false
,
hideAction
:
true
,
componentName
:
'MobileNavCard'
,
props
:
{
style
:
{
margin
:
'8px'
,
},
status
:
true
,
stylesthemelist
:
[
{
key
:
0
,
width
:
320
,
height
:
148
,
img
:
categoryNavTemplateDefault
,
},
]
},
childNodes
:
[
'6'
],
childComponentName
:
'MobileNavCard.NavItem'
,
addBtnText
:
'添加导航'
,
},
'6'
:
{
loop
:
'${navList}'
,
title
:
'${item.name}'
,
componentName
:
'MobileNavCard.NavItem'
,
props
:
{
id
:
'${item.id}'
,
name
:
'${item.name}'
,
type
:
'${item.type}'
,
url
:
'${item.url}'
,
icon
:
'${item.icon}'
,
empty
:
false
,
},
},
'7'
:
{
title
:
'资讯'
,
canDelete
:
false
,
componentName
:
'InformationCard'
,
props
:
{
title
:
'${informationTitle}'
},
childNodes
:
[],
canEdit
:
false
,
addBtnText
:
'添加资讯'
,
},
}
export
const
defaultConfig
:
PageConfigType
=
{
'14'
:
{
title
:
'底部标签栏'
,
canDelete
:
false
,
componentName
:
'BottomNavigation'
,
props
:
{},
childNodes
:
[
'15'
],
childComponentName
:
'BottomNavigation.Items'
,
addBtnText
:
'添加标签'
,
maxLength
:
5
,
},
'15'
:
{
loop
:
'${bottom}'
,
title
:
'${item.name}'
,
componentName
:
'BottomNavigation.Items'
,
props
:
{
defaultIcon
:
'${item.defaultIcon}'
,
selectIcon
:
'${item.selectIcon}'
,
name
:
'${item.name}'
,
type
:
'${item.type}'
,
isnull
:
false
,
},
},
}
export
const
suggestProductConfig
=
{
'12'
:
{
title
:
'推荐商品'
,
canDelete
:
false
,
componentName
:
'SuggestProduct'
,
props
:
{},
childNodes
:
[],
childComponentName
:
'SuggestProduct.Items'
,
addBtnText
:
'添加分类'
,
canEdit
:
true
,
canHide
:
false
,
maxLength
:
4
,
childProps
:
{
title
:
'商品容器'
,
canEdit
:
true
,
canHide
:
false
,
componentName
:
'SuggestProduct.Items'
,
props
:
{},
childComponentName
:
'SuggestProduct.Commodity'
,
maxLength
:
50
,
// addBtnText: '添加商品',
childNodes
:
[],
},
},
};
export
const
couponsModalConfig
=
{
'13'
:
{
title
:
'优惠券弹窗'
,
componentName
:
'CouponsModal'
,
props
:
{
style
:
{
position
:
'absolute'
,
display
:
'none'
,
backgroundImage
:
`url(
${
RED_PACKAGE
}
)`
,
width
:
312
,
height
:
425
,
top
:
0
,
left
:
0
,
bottom
:
0
,
right
:
0
,
margin
:
'auto'
,
zIndex
:
1
,
},
},
childNodes
:
[],
childComponentName
:
'CouponsModal.CouponsItem'
,
addBtnText
:
'添加优惠券'
,
canEdit
:
true
,
canHide
:
false
,
canDelete
:
false
,
canDrag
:
false
,
},
};
src/pages/mobileTemplate/ownMallTemplateEdit/imgs/style_theme_default.png
0 → 100644
View file @
b7d9b8d9
48.5 KB
src/pages/mobileTemplate/ownMallTemplateEdit/imgs/style_theme_science.png
0 → 100644
View file @
b7d9b8d9
57 KB
src/pages/mobileTemplate/ownMallTemplateEdit/index.less
0 → 100644
View file @
b7d9b8d9
@content-height: calc(100vh - 120px);
.wrapper {
background: white;
display: flex;
flex-direction: column;
box-shadow: 2px 0 4px 0 rgba(174, 174, 174, 0.50);
transition: all .3s;
}
.content {
display: flex;
flex: 1;
flex-direction: row;
justify-content: center;
background-color: #F2F3F5;
height: calc(100vh - 64px);
}
.app-wrapper {
display: flex;
flex: 1;
justify-content: center;
}
.app-canvas-container {
display: flex;
width: 381px;
margin-top: 40px;
margin-bottom: 52px;
justify-content: center;
background-color: #F4F5F7;
// height: calc(@content-height + 50px);
overflow: hidden;
}
.loading_wrap {
width: 100%;
height: 100vh;
justify-content: center;
flex-direction: column;
display: flex;
align-items: center;
.loading_text {
margin-top: 16px;
font-size: 14px;
font-weight: bold;
}
}
src/pages/mobileTemplate/ownMallTemplateEdit/index.tsx
0 → 100644
View file @
b7d9b8d9
This diff is collapsed.
Click to expand it.
src/pages/mobileTemplate/ownMallTemplateEdit/marketing_config.ts
0 → 100644
View file @
b7d9b8d9
This diff is collapsed.
Click to expand it.
src/pages/mobileTemplate/ownMallTemplateEdit/preview.tsx
0 → 100644
View file @
b7d9b8d9
This diff is collapsed.
Click to expand it.
src/pages/ownMall/ownMallManager/components/useModal/index.less
View file @
b7d9b8d9
.selectBox {
.selectBox {
width: 100%;
width: 100%;
}
}
.text_line {
.text_line {
margin-bottom: 8px;
margin-bottom: 8px;
&>span {
&.use {
color: #909399;
background-color: #FAFBFC;
display: flex;
}
flex-direction: column;
padding: 12px;
&>label {
}
color: #303133;
margin: 0 3px;
&>span {
}
color: #909399;
}
\ No newline at end of file
}
&>label {
color: #303133;
margin: 0 3px;
}
}
src/pages/ownMall/ownMallManager/components/useModal/index.tsx
View file @
b7d9b8d9
import
React
from
'react'
import
React
from
'react'
import
{
Modal
,
Form
,
Select
,
Checkbox
}
from
'antd'
import
{
Modal
,
Form
,
Select
,
Checkbox
}
from
'antd'
import
styles
from
'./index.less'
import
styles
from
'./index.less'
import
detailInfo
from
'@/pages/logistics/components/orderSearchDetail'
import
cx
from
'classnames'
import
detailInfo
from
'@/pages/logistics/components/orderSearchDetail'
interface
UseModalPropsType
{
visible
:
boolean
;
interface
UseModalPropsType
{
onOk
:
Function
;
visible
:
boolean
;
onCancel
:
Function
;
onOk
:
Function
;
title
:
string
;
onCancel
:
Function
;
dataInfo
:
any
;
title
:
string
;
confirmLoading
?:
boolean
;
dataInfo
:
any
;
}
confirmLoading
?:
boolean
;
}
const
UseModal
:
React
.
FC
<
UseModalPropsType
>
=
(
props
)
=>
{
const
{
visible
,
onOk
,
onCancel
,
title
,
dataInfo
=
{},
confirmLoading
=
false
}
=
props
const
UseModal
:
React
.
FC
<
UseModalPropsType
>
=
(
props
)
=>
{
const
{
visible
,
onOk
,
onCancel
,
title
,
dataInfo
=
{},
confirmLoading
=
false
}
=
props
return
(
<
Modal
return
(
width=
{
576
}
<
Modal
title=
{
title
}
width=
{
576
}
visible=
{
visible
}
title=
{
title
}
confirmLoading=
{
confirmLoading
}
visible=
{
visible
}
onOk=
{
()
=>
onOk
()
}
confirmLoading=
{
confirmLoading
}
centered
onOk=
{
()
=>
onOk
()
}
onCancel=
{
()
=>
onCancel
()
}
centered
>
onCancel=
{
()
=>
onCancel
()
}
{
>
dataInfo
.
inUseTemplateName
?
(
{
<>
dataInfo
.
inUseTemplateName
?
(
<
div
className=
{
styles
.
text_line
}
>
<>
<
span
>
您选择的站点
</
span
>
<
div
className=
{
styles
.
text_line
}
>
<
label
>
{
dataInfo
.
siteName
}
-
{
dataInfo
.
shopName
}
</
label
>
<
span
>
您选择的站点
</
span
>
<
span
>
现在使用的模板是
</
span
>
<
label
>
{
dataInfo
.
siteName
}
-
{
dataInfo
.
shopName
}
</
label
>
<
label
>
“
{
dataInfo
.
inUseTemplateName
}
”
</
label
>
<
span
>
现在使用的模板是
</
span
>
<
span
>
模板,
</
span
>
<
label
>
“
{
dataInfo
.
inUseTemplateName
}
”
</
label
>
</
div
>
<
span
>
模板,
</
span
>
<
div
className=
{
styles
.
text_line
}
>
</
div
>
<
span
>
您是否使用
</
span
>
<
div
className=
{
cx
(
styles
.
text_line
,
styles
.
use
)
}
>
<
label
>
“
{
dataInfo
.
templateName
}
”
</
label
>
<
span
>
您是否使用
</
span
>
<
span
>
模板,来替换您正在使用的模板
</
span
>
<
label
>
”
{
dataInfo
.
templateName
}
”
</
label
>
</
div
>
<
span
>
来替换您正在使用的模板
</
span
>
</>
</
div
>
)
:
(
</>
<
div
className=
{
styles
.
text_line
}
>
)
:
(
<
span
>
您是否使用
</
span
>
<
div
className=
{
cx
(
styles
.
text_line
)
}
>
<
label
>
“
{
dataInfo
.
templateName
}
”
</
label
>
<
span
>
您是否使用
</
span
>
<
span
>
模板?
</
span
>
<
label
>
“
{
dataInfo
.
templateName
}
”
</
label
>
</
div
>
<
span
>
模板?
</
span
>
)
</
div
>
}
)
}
</
Modal
>
)
</
Modal
>
}
)
}
export
default
UseModal
export
default
UseModal
src/pages/ownMall/ownMallManager/templateDetail/index.tsx
View file @
b7d9b8d9
...
@@ -128,10 +128,14 @@ const TemplateDetail: React.FC<TemplateDetailPropsType> = (props) => {
...
@@ -128,10 +128,14 @@ const TemplateDetail: React.FC<TemplateDetailPropsType> = (props) => {
<
LayoutOutlined
/>
<
LayoutOutlined
/>
<
label
>
商城装修
</
label
>
<
label
>
商城装修
</
label
>
</
div
>
</
div
>
<
div
className=
{
cx
(
styles
.
btn
,
styles
.
fit
)
}
onClick=
{
()
=>
handleCategoryJump
()
}
>
{
<
LayoutOutlined
/>
detailInfo
?.
environment
===
4
&&
(
<
label
>
品类导航页装修
</
label
>
<
div
className=
{
cx
(
styles
.
btn
,
styles
.
fit
)
}
onClick=
{
()
=>
handleCategoryJump
()
}
>
</
div
>
<
LayoutOutlined
/>
<
label
>
品类导航页装修
</
label
>
</
div
>
)
}
<
div
className=
{
cx
(
styles
.
btn
,
detailInfo
?.
use
===
1
?
styles
.
use
:
''
)
}
onClick=
{
()
=>
detailInfo
?.
use
!==
1
?
setUseModalVisible
(
true
)
:
{}
}
>
<
div
className=
{
cx
(
styles
.
btn
,
detailInfo
?.
use
===
1
?
styles
.
use
:
''
)
}
onClick=
{
()
=>
detailInfo
?.
use
!==
1
?
setUseModalVisible
(
true
)
:
{}
}
>
<
PushpinOutlined
/>
<
PushpinOutlined
/>
<
label
>
{
detailInfo
?.
use
===
1
?
'使用中'
:
'使用'
}
</
label
>
<
label
>
{
detailInfo
?.
use
===
1
?
'使用中'
:
'使用'
}
</
label
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment