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
郭成尧
8 years ago
Commit
eab57979963cef91a18e30a23c06843afc800d98
1 parent
c57a8fee
if-stronger
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 @
eab5797
...
...
@@ -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