Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
h5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
987bae7c
authored
Apr 15, 2020
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优惠券
parent
666a7d8b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
src/views/user/coupon.vue
view/37.js
src/views/user/coupon.vue
View file @
987bae7c
...
...
@@ -28,7 +28,7 @@
<h4>
适用于
<span>
{{
item
.
coupon_mall_type
==
1
?
'全站'
:(
item
.
coupon_mall_type
==
2
?
'全部自营'
:
'全部联营'
)
}}
</span>
商品
</h4>
</
template
>
<
template
v-else
>
<h4>
适用于
制造商
<span>
{{
item
.
selected_brand
}}
</span>
所有商品
</h4>
<h4>
适用于
<span>
{{
item
.
selected_supplier
?(
"供应商"
+
item
.
selected_supplier
):
""
}}{{
item
.
selected_brand
?(
"制造商"
+
item
.
selected_brand
):
""
}}
</span>
所有商品
</h4>
</
template
>
<p
class=
"clr"
>
<a
:href=
"item.redirect_url"
class=
"fr but-bg"
v-if=
"item.status==-1"
>
立即使用
</a>
...
...
view/37.js
View file @
987bae7c
This diff is collapsed.
Click to expand it.
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