Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
2017-09-08 18:15:36 +0800
Commit
50e2369dbdbda79a096d75f6b3fd5ec3e0fb89ad
1 parent
de9a5889
this
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/orderDetail.js
apps/home/models/orderDetail.js
View file @
50e2369
...
...
@@ -78,7 +78,7 @@ module.exports = class extends global.yoho.BaseModel {
});
}
_
.
each
(
order
.
links
,
function
(
val
)
{
_
.
each
(
order
.
links
,
(
val
)
=>
{
switch
(
val
)
{
case
'refundApply'
:
// 申请退款
orderBtn
.
push
({
...
...
Please
register
or
login
to post a comment