Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
2793aa03703f1dd59d43489dbeae8a9097112f21
1 parent
59648739
'退换货详情赠品加价购图标显示'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
apps/home/views/action/returns/returns-detail.hbs
apps/home/views/action/returns/returns-detail.hbs
View file @
2793aa0
...
...
@@ -82,19 +82,17 @@
<td>
<a
class=
"thumb-link"
href=
"
{{
href
}}
"
target=
"_blank"
>
<img
class=
"thumb"
src=
"
{{
image2
thumb
}}
"
>
{{!--
{{#isEqual goods_type 'gift'}}
<span class="freebie-tag">赠品</span>
{{/isEqual}}
{{#
isEqual
goods_type
'gift'
}}
<span
class=
"freebie-tag"
>
赠品
</span>
{{/
isEqual
}}
{{#isEqual goods_type 'price_gift'}}
<span class="advance-buy-tag">加价购</span>
{{/isEqual}}
{{#
isEqual
goods_type
'price_gift'
}}
<span
class=
"advance-buy-tag"
>
加价购
</span>
{{/
isEqual
}}
{{#isEqual goods_type 'advance'}}
<span class="presall-tag">预售</span>
{{/isEqual}}
--}}
{{#
isEqual
goods_type
'advance'
}}
<span
class=
"presall-tag"
>
预售
</span>
{{/
isEqual
}}
</a>
<p
class=
"name-color-size"
>
...
...
Please
register
or
login
to post a comment