Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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
马旭烽
jinfa-admin
Commits
026cb0d9
Commit
026cb0d9
authored
Mar 02, 2022
by
Bill
Browse files
Options
Browse Files
Download
Plain Diff
merge: 合并冲突
parents
2fa10a6e
0715f844
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
constants.tsx
src/pages/marketingManage/marketing/detail/constants.tsx
+7
-7
index.tsx
...eting/waitAddedMarketing/components/rulesLayout/index.tsx
+1
-1
index.tsx
src/pages/pageCustomized/mobileEdit/index.tsx
+3
-3
style.less
src/pages/user/login/style.less
+2
-2
No files found.
src/pages/marketingManage/marketing/detail/constants.tsx
View file @
026cb0d9
...
...
@@ -196,7 +196,7 @@ export const GeneralEffect = (int, data) => {
col
:
[
{
label
:
'优惠规则'
,
extra
:
<
Space
direction=
'vertical'
>
{
!
isEmpty
(
data
.
ladderList
)
&&
data
.
ladderList
.
map
(
item
=>
(<
div
>
{
`
满
${item.num} 件, 打 ${item.discount / 10} 折`
}
</
div
>))
}
{
!
isEmpty
(
data
.
ladderList
)
&&
data
.
ladderList
.
map
(
item
=>
(<
div
>
{
`
第
${item.num} 件, 打 ${item.discount / 10} 折`
}
</
div
>))
}
</
Space
>
},
{
...
...
@@ -292,18 +292,18 @@ export const GeneralEffect = (int, data) => {
return
[
{
col
:
[
{
label
:
'每日秒杀时间段'
,
extra
:
''
},
{
label
:
'每日秒杀时间段'
,
extra
:
<>
{
format
(
data
.
startTime
,
'HH:mm:ss'
)
}
~
{
format
(
data
.
endTime
,
'HH:mm:ss'
)
}
</>
},
{
label
:
'活动描述'
,
extra
:
data
.
describe
}
]
},
{
col
:
[
{
label
:
'叠加优惠券'
,
extra
:
'
'
},
{
label
:
'叠加优惠券'
,
extra
:
data
.
allowCoupon
?
'允许叠加'
:
'不允许叠加
'
},
]
},
{
col
:
[
{
label
:
'超限规则'
,
extra
:
'
'
},
{
label
:
'超限规则'
,
extra
:
data
.
exceedRule
===
1
?
'原价购买'
:
'不可购买
'
},
]
}
]
...
...
@@ -341,18 +341,18 @@ export const GeneralEffect = (int, data) => {
return
[
{
col
:
[
{
label
:
'定金支付时间'
,
extra
:
''
},
{
label
:
'定金支付时间'
,
extra
:
<>
{
format
(
data
.
depositPayStartTime
,
'HH:mm:ss'
)
}
~
{
format
(
data
.
depositPayEndTime
,
'HH:mm:ss'
)
}
</>
},
{
label
:
'活动描述'
,
extra
:
data
.
describe
},
]
},
{
col
:
[
{
label
:
'尾款支付时间'
,
extra
:
''
},
{
label
:
'尾款支付时间'
,
extra
:
<>
{
format
(
data
.
balancePaymentPayStartTime
,
'HH:mm:ss'
)
}
~
{
format
(
data
.
balancePaymentPayEndTime
,
'HH:mm:ss'
)
}
</>
},
]
},
{
col
:
[
{
label
:
'开始发货时间'
,
extra
:
''
},
{
label
:
'开始发货时间'
,
extra
:
format
(
data
.
deliverTime
,
'HH:mm:ss'
)
},
]
}
]
...
...
src/pages/marketingManage/marketing/waitAddedMarketing/components/rulesLayout/index.tsx
View file @
026cb0d9
...
...
@@ -343,7 +343,7 @@ const RulesLayout: React.FC<RulesLayoutProps> = (props: any) => {
>
{
fields
.
map
(({
key
,
name
,
fieldKey
,
...
restField
})
=>
(
<
Space
key=
{
key
}
style=
{
{
display
:
'flex'
,
marginBottom
:
8
}
}
align=
"center"
>
满
第
<
Form
.
Item
{
...
restField
}
style=
{
{
margin
:
0
}
}
...
...
src/pages/pageCustomized/mobileEdit/index.tsx
View file @
026cb0d9
...
...
@@ -138,7 +138,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
}
break
case
2
:
const
shopDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
].
details
||
[]
const
shopDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
]
?
.
details
||
[]
const
shopResList
:
any
[]
=
[]
if
(
shopDetails
&&
shopDetails
.
length
>
0
)
{
const
memberShopInGoodsList
:
any
=
[]
...
...
@@ -169,7 +169,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
listRes
=
shopResList
break
case
3
:
const
brandDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
].
details
||
[]
const
brandDetails
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
]
?
.
details
||
[]
let
brandDetailsIds
:
any
=
[]
const
brandResList
:
any
[]
=
[]
brandDetails
.
forEach
((
detailsItem
)
=>
{
...
...
@@ -198,7 +198,7 @@ const appMallEdit: React.FC<ShopPreviewPropsType> = (props) => {
listRes
=
brandResList
break
case
4
:
const
infoIds
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
].
id
||
[]
const
infoIds
=
list
.
filter
((
item
:
any
)
=>
item
.
type
===
type
)[
0
]
?
.
id
||
[]
idsRes
=
infoIds
if
(
idsRes
&&
idsRes
.
length
>
0
)
{
const
param
:
any
=
{
...
...
src/pages/user/login/style.less
View file @
026cb0d9
...
...
@@ -48,6 +48,7 @@
.login-form-box {
background-color: #fff;
height: 447px;
h2 {
line-height: 2;
...
...
@@ -142,4 +143,4 @@
75% {
transform: scale(1.5);
}
}
\ No newline at end of file
}
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