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

分享

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