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
jinhu.tung
9 years ago
Commit
8950e95e8fc07acd6ea628f828f70a6c822ecd7c
1 parent
47d5096f
remove invalid goods and send to favorite
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/shopping/views/action/cart.hbs
apps/shopping/views/partial/cart/cart-list-body.hbs
apps/shopping/views/action/cart.hbs
View file @
8950e95
...
...
@@ -231,7 +231,7 @@
<div class="pro-list">
\{{#each invalidPros}}
<ul>
<li class="chk">
<li class="chk"
data-product_info='{"goods_type": "invalid", "buy_number": \{{buy_number}}, "selected": "\{{selected}}", "product_sku": "\{{product_sku}}", "promotion_id": 0}'
>
<span class="iconfont warning"></span>
</li>
<li>
...
...
apps/shopping/views/partial/cart/cart-list-body.hbs
View file @
8950e95
...
...
@@ -111,7 +111,7 @@
<div
class=
"pro-list"
>
{{#
each
invalidPros
}}
<ul>
<li
class=
"chk"
>
<li
class=
"chk"
data-product_info=
'{"goods_type": "invalid", "buy_number":
{{
buy_number
}}
, "selected": "
{{
selected
}}
", "product_sku": "
{{
product_sku
}}
", "promotion_id": 0}'
>
<span
class=
"iconfont warning"
>

</span>
</li>
<li>
...
...
Please
register
or
login
to post a comment