Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2016-04-22 10:36:33 +0800
Commit
5f4cf2079290a87853df3cdf725626f7518e41fe
1 parent
3e792638
添加申请货到付款成功页面中的返回首页链接地址
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
View file @
5f4cf20
...
...
@@ -62,6 +62,8 @@ class PayModel
$result
[
'ordersUrl'
]
=
Helpers
::
url
(
'/home/orders'
);
// 退换货地址
$result
[
'backGoodsUrl'
]
=
Helpers
::
url
(
'/help'
,
array
(
'category_id'
=>
121
));
// 返回首页地址
$result
[
'returnHomeUrl'
]
=
Helpers
::
url
(
'/'
);
break
;
}
...
...
Please
register
or
login
to post a comment