作者 jinglong
1 个管道 的构建 通过 耗费 0 秒

分享

... ... @@ -11,7 +11,6 @@
<h1>分享主题</h1>
</body>
</html>
<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
<script src="http://res2.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
<script>
$(function () {
... ... @@ -23,7 +22,7 @@
signature: '{$data.signature}',
jsApiList: [
'updateAppMessageShareData',
'updateTimelineShareData',
// 'updateTimelineShareData',
]
});
wx.ready(function () { //需在用户可能点击分享按钮前就先调用
... ...