Showing
1 changed file
with
4 additions
and
2 deletions
@@ -36,8 +36,10 @@ | @@ -36,8 +36,10 @@ | ||
36 | {{{body}}} | 36 | {{{body}}} |
37 | {{> footer}} | 37 | {{> footer}} |
38 | </div> | 38 | </div> |
39 | - | ||
40 | - <script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script> | 39 | + |
40 | + {{#wechatShare}} | ||
41 | + <script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script> | ||
42 | + {{/wechatShare}} | ||
41 | {{#if devEnv}} | 43 | {{#if devEnv}} |
42 | <script src="//localhost:5001/libs.js"></script> | 44 | <script src="//localhost:5001/libs.js"></script> |
43 | <script src="//localhost:5001/{{module}}.{{page}}.js"></script> | 45 | <script src="//localhost:5001/{{module}}.{{page}}.js"></script> |
-
Please register or login to post a comment