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:08:43 +0800
Commit
4c817a31a3e5043be3fbde9490d8612c831911e7
1 parent
23a3d43c
add log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/apps/customService/controllers/promotion.js
code/apps/customService/controllers/promotion.js
View file @
4c817a3
...
...
@@ -21,6 +21,7 @@ module.exports = function (app){
action
:
'/promotion/update'
,
data
:
rs
.
data
};
console
.
log
(
"促销编辑页"
+
rs
.
data
);
return
rs
.
data
;
});
...
...
Please
register
or
login
to post a comment