Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
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
marketing-web
marketing
Commits
2ccc0fe1
Commit
2ccc0fe1
authored
Mar 09, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/3.0年后需求-卡券调整' into dev
parents
301a8e33
95038329
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
lib-card.vue
src/views/ecm/marketing-event/components/lib-card.vue
+2
-1
No files found.
src/views/ecm/marketing-event/components/lib-card.vue
View file @
2ccc0fe1
...
...
@@ -143,7 +143,8 @@ export default {
},
getCardList
()
{
this
.
loading
=
true
;
getCardList
(
Object
.
assign
({},
this
.
listParams
,
this
.
showOutCouponIcon
?
{
useExtCard
:
1
}
:
{})).
then
(
res
=>
{
// useExtCard 能否使用微盟外部券: 0:否, 1:可以
getCardList
(
Object
.
assign
({},
this
.
listParams
,
{
useExtCard
:
this
.
showOutCouponIcon
?
1
:
0
})).
then
(
res
=>
{
if
(
res
.
errorCode
===
0
)
{
this
.
tableList
=
(
res
.
result
.
result
||
[]).
map
(
el
=>
{
// 如果是外部券,而且配置显示外部券标识,需要缩短cardName的显示长度
...
...
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