...
|
...
|
@@ -6,4 +6,19 @@ |
|
|
<div id="hotRank"></div>
|
|
|
{{> product/suspend-cart}}
|
|
|
</div>
|
|
|
{{> layout/footer}} |
|
|
\ No newline at end of file |
|
|
|
|
|
{{#wxshare}}
|
|
|
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
|
|
|
<input id="shareLink" type="hidden" value="{{shareLink}}">
|
|
|
<input id="shareImg" type="hidden" value="{{shareImg}}">
|
|
|
<input id="shareTitle" type="hidden" value="{{shareTitle}}">
|
|
|
<input id="shareDesc" type="hidden" value="{{shareDesc}}">
|
|
|
{{/wxshare}}
|
|
|
|
|
|
{{> layout/footer}}
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
seajs.use('js/plugin/wx-share', function(share) {
|
|
|
share();
|
|
|
});
|
|
|
</script> |
|
|
\ No newline at end of file |
...
|
...
|
|