Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
chenchao
2016-12-11 15:11:14 +0800
Commit
2da29997bc234be31a4ef09c4a7c993fd02e2ad1
1 parent
4c817a31
fix log format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/apps/customService/controllers/promotion.js
code/apps/customService/controllers/promotion.js
View file @
2da2999
...
...
@@ -21,7 +21,7 @@ module.exports = function (app){
action
:
'/promotion/update'
,
data
:
rs
.
data
};
console
.
log
(
"促销编辑页"
+
rs
.
data
);
console
.
log
(
"促销编辑页
rs:"
+
rs
+
" rs.data is
"
+
rs
.
data
);
return
rs
.
data
;
});
...
...
Please
register
or
login
to post a comment