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
ccbikai(👎🏻🍜)
2016-11-02 14:12:37 +0800
Commit
36857a772ffee6f11371b1a9a185caa060d9d7bc
1 parent
fb673dbb
无需检验 200
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
apps/home/models/orderDetail.js
apps/home/models/orderDetail.js
View file @
36857a7
...
...
@@ -14,8 +14,7 @@ const closeReasons = () => {
return
api
.
get
(
''
,
{
method
:
'app.SpaceOrders.closeReasons'
},
{
cache
:
true
,
code
:
200
cache
:
true
}).
then
((
result
)
=>
{
if
(
result
&&
result
.
code
===
200
)
{
return
result
.
data
;
...
...
Please
register
or
login
to post a comment