Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
zhangxiaoru
2016-08-29 19:28:04 +0800
Commit
ddd476bcbcd20729b39924d811c56976483bff22
1 parent
8dadcd44
order
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
static/img/product/yoho_icon.png
static/sass/cart/_order-ensure.css
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
static/img/product/yoho_icon.png
View file @
ddd476b
2.6 KB
|
W:
|
H:
5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
static/sass/cart/_order-ensure.css
View file @
ddd476b
...
...
@@ -249,9 +249,8 @@
margin
:
50px
0
30px
;
background
:
resolve
(
'product/yoho_icon.png'
)
no-repeat
;
padding-left
:
68px
;
height
:
60px
;
line-height
:
60px
;
font-size
:
30px
;
font-size
:
28px
;
height
:
52px
;
}
}
...
...
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
ddd476b
...
...
@@ -178,7 +178,7 @@
<span>¥
{
{price
}
}</span>
</div>
{
{#if
yohoCoinNum
}
}
{
{#if
returnYohoCoin
}
}
<div
class=
"yoho-coin"
>
共返有货币:
{
{yohoCoinNum
}
}个
</div>
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
ddd476b
...
...
@@ -579,6 +579,7 @@ class CartModel
//有货币
if
(
$payReturn
[
'shopping_cart_data'
][
'gain_yoho_coin'
]
>
0
)
{
$result
[
'yohoCoinNum'
]
=
$payReturn
[
'shopping_cart_data'
][
'gain_yoho_coin'
];
$result
[
'returnYohoCoin'
]
=
true
;
}
}
...
...
Please
register
or
login
to post a comment