Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
b386b69809d25c3cbdd24f7bb65d2dd2d5c310a4
1 parent
95d70c0c
判断失效商品按钮是否显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/tpl/shopping/cart-content.hbs
public/tpl/shopping/cart-content.hbs
View file @
b386b69
...
...
@@ -224,7 +224,9 @@
</div>
<div
id=
"remove_selected"
class=
"action hoverable"
>
删除选中的商品
</div>
<div
id=
"send_favorite"
class=
"action hoverable"
>
移入收藏夹
</div>
<div
id=
"remove_invalid"
class=
"action hoverable"
>
清除失效商品
</div>
{{#if
invalidPros
}}
<div
id=
"remove_invalid"
class=
"action hoverable"
>
清除失效商品
</div>
{{/if}}
<div
class=
"selected-num"
>
已选
<span>
{{
selectedNum
}}
</span>
件
</div>
<div
class=
"checkout-total"
>
<div
class=
"total-title"
>
商品金额:
</div>
...
...
Please
register
or
login
to post a comment