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
yyq
9 years ago
Commit
b9cc977cb67dc8876c3247ecd098bcaf9657dd45
1 parent
ea91a7b3
购物车商品名不显示问题修复
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
apps/shopping/models/cart.js
public/scss/shopping/_cart-products.css
apps/shopping/models/cart.js
View file @
b9cc977
...
...
@@ -46,7 +46,7 @@ const addToCart = (options) => {
if
(
shoppingKey
)
{
_
.
merge
(
params
,
{
shopping
K
ey
:
shoppingKey
shopping
_k
ey
:
shoppingKey
});
}
...
...
public/scss/shopping/_cart-products.css
View file @
b9cc977
...
...
@@ -120,6 +120,11 @@ $hoverColor: #379ed6;
}
}
.pro-name
>
a
{
height
:
100%
;
display
:
block
;
}
.price
{
display
:
inline-block
;
padding
:
59px
0
;
...
...
Please
register
or
login
to post a comment