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
陈智峰
jinfa-platform
Commits
51b0cb72
Commit
51b0cb72
authored
Sep 24, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix(营销能力): 修改活动商品添加赠送优惠券提交没数量的问题
parent
1a87eacf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
index.tsx
...ransaction/marketingAbility/paltformSign/detail/index.tsx
+0
-2
add.tsx
.../marketingAbility/paltformSign/readySubmitExamine/add.tsx
+1
-1
add.tsx
...arketingAbility/selfManagement/readySubmitExamine/add.tsx
+1
-1
No files found.
src/pages/transaction/marketingAbility/paltformSign/detail/index.tsx
View file @
51b0cb72
...
@@ -137,8 +137,6 @@ const DetialLayout = () => {
...
@@ -137,8 +137,6 @@ const DetialLayout = () => {
})
})
data
.
interiorLogs
=
interiorLogs
;
data
.
interiorLogs
=
interiorLogs
;
}
}
data
.
externalLogStates
=
externalLogStates
;
if
(
data
.
activityType
===
6
)
{
if
(
data
.
activityType
===
6
)
{
setRemind
(
remindLayout
(
data
.
activityType
,
data
.
activityDefined
.
giveType
,
data
.
activityDefined
.
giftType
));
setRemind
(
remindLayout
(
data
.
activityType
,
data
.
activityDefined
.
giveType
,
data
.
activityDefined
.
giftType
));
}
}
...
...
src/pages/transaction/marketingAbility/paltformSign/readySubmitExamine/add.tsx
View file @
51b0cb72
...
@@ -124,7 +124,7 @@ const DetialLayout = () => {
...
@@ -124,7 +124,7 @@ const DetialLayout = () => {
activityGoodsId
:
item
.
productId
,
activityGoodsId
:
item
.
productId
,
couponId
:
__item
.
id
,
couponId
:
__item
.
id
,
couponName
:
__item
.
name
,
couponName
:
__item
.
name
,
num
:
__item
.
num
,
num
:
__item
.
num
||
1
,
}
}
})
})
}
}
...
...
src/pages/transaction/marketingAbility/selfManagement/readySubmitExamine/add.tsx
View file @
51b0cb72
...
@@ -112,7 +112,7 @@ const AddedMarketing = () => {
...
@@ -112,7 +112,7 @@ const AddedMarketing = () => {
activityGoodsId
:
item
.
productId
,
activityGoodsId
:
item
.
productId
,
couponId
:
__item
.
id
,
couponId
:
__item
.
id
,
couponName
:
__item
.
name
,
couponName
:
__item
.
name
,
num
:
__item
.
num
,
num
:
__item
.
num
||
1
,
}
}
})
})
}
}
...
...
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