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
郝肖肖
8 years ago
Commit
6db6c9fa12d40df7f0789f613fe168f44c1ecc8c
1 parent
7d43729b
个人中心-有货币-指定page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
apps/home/controllers/myCurrency.js
apps/home/controllers/myCurrency.js
View file @
6db6c9f
...
...
@@ -17,6 +17,8 @@ const myCurrency = (req, res, next) => {
myCurrencyModel
.
myCurrency
(
uid
,
contentCode
).
then
(
result
=>
{
res
.
render
(
'currency-new'
,
{
module
:
'home'
,
page
:
'mycurrency'
,
pageHeader
:
_
.
assign
(
headerModel
.
setNav
({
navTitle
:
'有货币'
}),
{
...
...
@@ -38,8 +40,9 @@ const currencyDetail = (req, res, next) => {
let
limit
=
10
;
myCurrencyModel
.
currencyDetailIndex
(
uid
,
page
,
limit
).
then
(
result
=>
{
res
.
render
(
'currency-detail'
,
{
module
:
'home'
,
page
:
'currencyDetail'
,
pageHeader
:
_
.
assign
(
headerModel
.
setNav
({
navTitle
:
'有货币明细'
}),
{
...
...
Please
register
or
login
to post a comment