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
Plain Diff
Browse Files
Authored by
王水玲
2016-04-29 10:14:10 +0800
Commit
1d054f3de797d20907bfc3029f7f89dabe7d1511
2 parents
eeb3cfe0
be4c69ae
Merge branch 'develop/wap' of
http://git.dev.yoho.cn/web/yohobuywap
into develop/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/cart/order-ensure.js
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
static/js/cart/order-ensure.js
View file @
1d054f3
...
...
@@ -347,7 +347,7 @@ function phoneHidden(phone) {
$
(
'.info-phone'
).
html
(
phoneHidden
(
$
(
'.info-phone'
).
html
()));
if
(
orderInfo
(
'address'
).
is_support
===
'N'
)
{
if
(
orderInfo
(
'address'
)
&&
orderInfo
(
'address'
)
.
is_support
===
'N'
)
{
orderInfo
(
'deliveryId'
,
$
(
'.delivery-id .icon-cb-radio'
).
data
(
'id'
));
orderCompute
();
}
\ No newline at end of file
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
1d054f3
...
...
@@ -368,7 +368,7 @@ class CartModel
// cookie保存的数据
if
(
!
empty
(
$orderInfo
))
{
$orderInfo
[
'paymentType'
]
=
isset
(
$orderInfo
[
'paymentType'
])
?
$orderInfo
[
'paymentType'
]
:
''
;
$orderCompute
=
self
::
orderCompute
(
$uid
,
$cartType
,
$orderInfo
[
'deliveryId'
],
$orderInfo
[
'paymentType'
],
$orderInfo
[
'couponCode'
],
$orderInfo
[
'yohoCoin'
],
$skuList
);
}
// 根据地址id查询地址信息
...
...
Please
register
or
login
to post a comment