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
d9a3e1cd
Commit
d9a3e1cd
authored
May 19, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 删除卡券图片展示
parent
ae498c68
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
item-card.vue
src/views/sign/components/item-card.vue
+1
-4
list.vue
src/views/sign/list.vue
+1
-1
setting.vue
src/views/sign/setting.vue
+1
-1
No files found.
src/views/sign/components/item-card.vue
View file @
d9a3e1cd
...
...
@@ -3,7 +3,6 @@
<img
v-if=
"item.status === 0"
:src=
"require('../assets/img/delete_icon.png')"
draggable=
"false"
class=
"flag"
/>
<img
v-else-if=
"item.couponStock
<
=
0
"
:src=
"require('../assets/img/stock_icon.png')"
draggable=
"false"
class=
"flag"
/>
<div
class=
"dm-card__item"
:style=
"
{ background: item.cardColor }">
<img
class=
"dm-card__item__avatar"
:src=
"item.brandLogo || loadErrorImg"
alt=
""
/>
<div
class=
"inline-block"
>
<el-tooltip
open-delay=
"200"
effect=
"dark"
:content=
"item.coupCardId"
placement=
"top-start"
>
<p
class=
"dm-card__item__title"
>
{{
item
.
cardName
}}
</p>
...
...
@@ -25,9 +24,7 @@ export default {
name
:
'item-card'
,
data
()
{
return
{
formatDateTimeByType
,
// eslint-disable-next-line
loadErrorImg
:
require
(
'../assets/img/loaderror.png'
)
formatDateTimeByType
};
},
props
:
{
...
...
src/views/sign/list.vue
View file @
d9a3e1cd
...
...
@@ -28,7 +28,7 @@
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"left"
prop=
"storeSignName"
label=
"签到计划名称"
></el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"left"
label=
"福利类型"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
prizeType
===
1
?
'积分'
:
'卡券'
}}
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
prizeType
===
1
?
'积分'
:
'卡券'
}}
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"left"
prop=
"prizeTxt"
label=
"签到福利"
></el-table-column>
</el-table>
...
...
src/views/sign/setting.vue
View file @
d9a3e1cd
...
...
@@ -236,7 +236,7 @@ export default {
this
.
prizeItem
.
integralCount
=
this
.
form
.
prizeValue
;
this
.
itemCom
=
'item-integral'
;
}
else
{
this
.
prizeItem
=
{
...
this
.
form
.
coupon
,
brandLogo
:
this
.
brandLogo
};
this
.
prizeItem
=
{
...
this
.
form
.
coupon
};
this
.
itemCom
=
'item-card'
;
}
}
...
...
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