Authored by 毕凯

增加微信分享

@@ -22,6 +22,15 @@ @@ -22,6 +22,15 @@
22 分享2016年潮流运势 22 分享2016年潮流运势
23 </div> 23 </div>
24 </div> 24 </div>
  25 +
  26 + <div class="mask hide">
  27 + <div class="share-icon">
  28 + </div>
  29 + </div>
25 </div> 30 </div>
  31 +<input type="hidden" id="shareTitle" value="{{shareTitle}}">
  32 +<input type="hidden" id="shareDesc" value="{{shareDesc}}">
  33 +<input type="hidden" id="shareImg" value="{{shareImg}}">
  34 +<input type="hidden" id="shareLink" value="{{shareUrl}}">
26 {{> cuxiao/yuanxiao/type}} 35 {{> cuxiao/yuanxiao/type}}
27 {{> cuxiao/yuanxiao/footer}} 36 {{> cuxiao/yuanxiao/footer}}
@@ -2,4 +2,5 @@ @@ -2,4 +2,5 @@
2 {{#staticJS}} 2 {{#staticJS}}
3 <script type="text/javascript" src="{{../staticFile}}/js/{{.}}"></script> 3 <script type="text/javascript" src="{{../staticFile}}/js/{{.}}"></script>
4 {{/staticJS}} 4 {{/staticJS}}
  5 +<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
5 </body> 6 </body>