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
王水玲
2018-12-14 11:01:15 +0800
Commit
1777e5d6c306eb63fe4fa790719cab04d1a8126c
2 parents
8660ff3e
fa25ff9b
Merge branch 'feature/food-setting' into 'release/6.8.3'
mincart 尺码修改 See merge request
!401
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
apps/cart/models/cart-service.js
apps/home/views/action/invoice.hbs
public/hbs/header/mini-cart-tpl.hbs
apps/cart/models/cart-service.js
View file @
1777e5d
...
...
@@ -1025,6 +1025,7 @@ module.exports = class extends global.yoho.BaseModel {
product_name
:
g
.
product_name
,
factory_goods_name
:
g
.
factory_goods_name
,
size_name
:
g
.
size_name
,
sku_title
:
g
.
sku_title
,
show_price
:
chelper
.
transPrice
(
g
.
real_price
),
buy_number
:
g
.
buy_number
,
goods_incart_id
:
g
.
shopping_cart_id
,
...
...
apps/home/views/action/invoice.hbs
View file @
1777e5d
...
...
@@ -57,7 +57,7 @@
{{/if}}
{{#if
size
}}
尺码
:
{{
size
}}
{{
skuTitle
}}
:
{{
size
}}
{{/if}}
{{#if
arrivalDate
}}
...
...
public/hbs/header/mini-cart-tpl.hbs
View file @
1777e5d
...
...
@@ -17,7 +17,7 @@
</p>
<p>
颜色:
<span
title=
"
{{
factory_goods_name
}}
"
>
{{
factory_goods_name
}}
</span>
尺码
:
{{
size_name
}}
{{
sku_title
}}
:
{{
size_name
}}
</p>
</div>
<div
class=
"goods-price"
>
...
...
Please
register
or
login
to post a comment