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
zzzzzzz
9 years ago
Commit
7b18054776444e310ad4be994a0af5ea3f62465a
1 parent
dc2ff1ee
增加二维码头部,添加通用判断
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/home/controllers/myqrcode.js
apps/home/controllers/myqrcode.js
View file @
7b18054
'use strict'
;
const
model
=
require
(
'../models/myqrcode'
),
headerModel
=
require
(
'../../../doraemon/models/header'
);
// 头部model
headerModel
=
require
(
'../../../doraemon/models/header'
);
// 头部model
exports
.
index
=
(
req
,
res
,
next
)
=>
{
let
params
=
req
.
query
;
...
...
@@ -21,4 +21,4 @@ exports.index = (req, res, next) => {
})
});
}).
catch
(
next
);
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment