Authored by xuqi

guang wx share attr

... ... @@ -27,7 +27,7 @@ var winW = $(window).width();
var myScroll;
require('../plugin/wxshare')();
require('../plugin/wx-share')();
/**
* 计算搭配的箭头的位置
... ...
... ... @@ -152,6 +152,12 @@
{{/if}}
</div>
</div>
{{!-- wx-share --}}
<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}}>
{{/ guang}}
</div>
{{> layout/footer}}
\ No newline at end of file
... ...