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
Plain Diff
Browse Files
Authored by
毕凯
2017-08-09 17:44:53 +0800
Commit
e589fa6c6357023d98de8040e321addd209bc95a
2 parents
86b4ab9f
fb9549bb
Merge branch 'feature/guangCtx' into 'release/6.0'
逛详情报错 See merge request
!781
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/controllers/detail.js
apps/guang/controllers/detail.js
View file @
e589fa6
...
...
@@ -275,7 +275,7 @@ const index = (req, res, next) => {
// 标识有微信分享
data
.
hasWxShare
=
true
;
let
resu
=
yield
aboutModel
.
about
(
req
.
yoho
.
isApp
);
let
resu
=
yield
req
.
ctx
(
aboutModel
)
.
about
(
req
.
yoho
.
isApp
);
data
.
guang
.
wxFooter
=
resu
;
res
.
render
(
'info/index'
,
Object
.
assign
({
...
...
Please
register
or
login
to post a comment