Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
cailing
9 years ago
Commit
bce89677b8a34b5388424506833288201f8f6705
1 parent
98ea78ab
再次购买
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/models/Home/Order.php
yohobuy/www.yohobuy.com/application/models/Home/Order.php
View file @
bce8967
...
...
@@ -600,6 +600,10 @@ class OrderModel
if
(
$status
>=
6
&&
$time
<
86400
*
$orderRefundLimitTime
&&
$attribute
!=
3
&&
$isCancel
==
'N'
)
{
$operation
[]
=
array
(
'href'
=>
$refundUrl
,
'name'
=>
'申请退货'
,
'optDis'
=>
$opRefundStatus
);
}
//再次购买
if
(
$isCancel
==
'Y'
)
{
$operation
[]
=
array
(
'name'
=>
'再次购买'
,
'reBuy'
=>
true
);
}
return
$operation
;
}
...
...
Please
register
or
login
to post a comment