Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
8 years ago
Commit
d039c5f98eb5a9b96aaff3bd521b3eea1ae66dff
1 parent
797567ea
商家入驻报错
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shop/controllers/shop.js
apps/shop/controllers/shop.js
View file @
d039c5f
...
...
@@ -92,7 +92,7 @@ const applysave = (req, res, next) => {
try
{
for
(
let
key
in
req
.
body
)
{
if
(
req
.
body
.
hasOwnProperty
(
key
)
)
{
if
(
req
.
body
[
key
]
)
{
key
=
key
+
''
;
param
[
_
.
camelCase
(
key
)]
=
req
.
body
[
key
];
}
...
...
Please
register
or
login
to post a comment