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
郭成尧
2017-05-09 11:35:53 +0800
Commit
9f7ca2d62b13dde0c86f802fbd4b2166c13649ae
1 parent
36b4bed2
wechat-public
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/detail.js
apps/guang/models/detail.js
View file @
9f7ca2d
...
...
@@ -206,7 +206,7 @@ class DetailModel extends global.yoho.BaseModel {
// APP 获取微信模块
if
(
isApp
)
{
promises
.
push
(
this
.
_getSingleTemplateWechat
);
promises
.
push
(
this
.
_getSingleTemplateWechat
()
);
}
if
(
isShare
)
{
...
...
Please
register
or
login
to post a comment