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
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
fe89aa7bfe69d2b28b584ba2099de8f332a9143f
2 parents
69003d9e
2793aa03
Merge branch 'feature/orderShare' into release/5.8
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 @
fe89aa7
...
...
@@ -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