Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
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
df89fa3c7949b0074eade0b3785b7edaf54e995e
1 parent
4b93fd8a
修改camelcase bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
doraemon/views/partial/common/goods.hbs
doraemon/views/partial/common/goods.hbs
View file @
df89fa3
...
...
@@ -2,24 +2,24 @@
<div
class=
"good-info
{{#if
@root
.
saleViplogin
}}
sale-vip
{{/if}}
"
data-good-id=
"
{{
product_id
}}
"
data-id=
"
{{
product_skn
}}
"
data-bp-id=
"guang_goodList_
{{
product_name
}}
_false"
>
<div
class=
"tag-container clearfix"
>
{{#
tags
}}
{{#
is
_n
ew
}}
{{#
is
N
ew
}}
<p
class=
"good-tag new-tag"
>
NEW
</p>
{{/
is_new
}}
{{#
is_hot
}}
{{/
isNew
}}
{{#
isHot
}}
<p
class=
"good-tag hot-tag"
>
HOT
</p>
{{/
is_hot
}}
{{#
is_advance
}}
{{/
isHot
}}
{{#
isAdvance
}}
<p
class=
"good-tag renew-tag"
>
再到着
</p>
{{/
is_advance
}}
{{#
is_discount
}}
{{/
isAdvance
}}
{{#
isDiscount
}}
<p
class=
"good-tag sale-tag"
>
SALE
</p>
{{/
is_discount
}}
{{#
is_yohood
}}
{{/
isDiscount
}}
{{#
isYohood
}}
<p
class=
"good-tag new-festival-tag"
>
新品节
</p>
{{/
is_yohood
}}
{{#
is_limited
}}
{{/
isYohood
}}
{{#
isLimited
}}
<p
class=
"good-tag limit-tag"
>
限量商品
</p>
{{/
is
_l
imited
}}
{{/
is
L
imited
}}
{{/
tags
}}
</div>
<div
class=
"good-detail-img"
>
...
...
Please
register
or
login
to post a comment