Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
integralMall
integral-mall
Commits
000eafa5
Commit
000eafa5
authored
Aug 30, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 优惠券兑换
parent
8b1a574a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
couponExchange.vue
src/views/order/couponExchange.vue
+8
-1
No files found.
src/views/order/couponExchange.vue
View file @
000eafa5
...
...
@@ -133,6 +133,8 @@
<img
v-if=
"scope.row.cardType === 0 && !scope.row.giftMainPic"
src=
"../../../static/img/quan01.png"
alt=
""
>
<!-- 折扣券 -->
<img
v-if=
"scope.row.cardType === 1 && !scope.row.giftMainPic"
src=
"../../../static/img/quan03.png"
alt=
""
>
<!-- 商场券 -->
<img
v-if=
"scope.row.cardType === 3 && !scope.row.giftMainPic"
src=
"../../../static/img/quan04.png"
alt
>
<div
class=
"info-name"
>
<p
class=
"pro-ellipsis"
>
{{
scope
.
row
.
giftName
}}
...
...
@@ -144,7 +146,12 @@
</el-tooltip>
<p
style=
"font-size:13px;color:#909399"
v-if=
"scope.row.proReferId.indexOf(',') === -1"
>
<span
v-if=
"scope.row.status === 2"
>
已领取
</span><span
v-if=
"scope.row.status
<
=
1
"
>
待领取
</span>
/
<span
v-if=
"scope.row.useStatus === 5"
>
已使用
</span><span
v-if=
"scope.row.useStatus === 0"
>
待使用
</span><span
v-if=
"scope.row.useStatus === 7"
>
已销毁
</span>
<span
v-if=
"scope.row.status === 2"
>
已领取
</span>
<span
v-if=
"scope.row.status
<
=
1
&&
scope
.
row
.
status
!=
-2
"
>
待领取
</span>
<span
v-if=
"scope.row.status != -2"
>
/
</span>
<span
v-if=
"scope.row.useStatus === 5"
>
已使用
</span>
<span
v-if=
"scope.row.useStatus === 0"
>
待使用
</span>
<span
v-if=
"scope.row.useStatus === 7"
>
已销毁
</span>
</p>
</div>
</div>
...
...
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