Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
693b4553aea3fc89f0e7ddd9062765047442baf3
1 parent
a5b5c7d0
uid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/controllers/order.js
apps/shopping/controllers/order.js
View file @
693b455
...
...
@@ -14,7 +14,7 @@ const helper = global.yoho.helpers;
// 结算页面
const
index
=
(
req
,
res
,
next
)
=>
{
orderModel
.
index
(
req
.
user
.
id
).
then
(
result
=>
{
orderModel
.
index
(
req
.
user
.
u
id
).
then
(
result
=>
{
let
data
=
result
.
data
;
// 设置头部路径索引focus
...
...
Please
register
or
login
to post a comment