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-12-14 17:31:57 +0800
Commit
feda900666e689055261671bc5f0a5770e1c1342
2 parents
db39670c
eab57979
Merge branch 'feature/ordrEnsurOptmz' into release/5.3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Home/CartData.php
library/LibModels/Wap/Home/CartData.php
View file @
feda900
...
...
@@ -393,7 +393,7 @@ class CartData
$param
[
'delivery_way'
]
=
$deliveryWay
;
/* tar add 161130 结算优化 */
if
(
$times
===
2
)
{
if
(
$times
===
2
||
$times
===
'2'
)
{
$param
[
'is_continue_buy'
]
=
'Y'
;
}
else
{
$param
[
'is_continue_buy'
]
=
'N'
;
...
...
Please
register
or
login
to post a comment