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
8 years ago
Commit
d2e254cdf35c1ef5568586276a20c8bcc537ac57
1 parent
cd18aa4b
跳到支付成功页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
d2e254c
...
...
@@ -983,7 +983,7 @@ class HomeController extends AbstractAction
/* 判断订单是否已付款, 已付款跳到订单详情页 */
if
(
!
empty
(
$orderDetail
[
'isPay'
]))
{
$this
->
go
(
Helpers
::
url
(
'/cart/shopping/pay/
aliIspay
'
,
array
(
'order_code'
=>
$orderCode
)));
$this
->
go
(
Helpers
::
url
(
'/cart/shopping/pay/
payZero
'
,
array
(
'order_code'
=>
$orderCode
)));
}
$hasWxShare
=
strpos
(
$this
->
server
(
'HTTP_USER_AGENT'
,
''
),
'MicroMessenger'
)
!==
false
;
...
...
Please
register
or
login
to post a comment