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

调试分享

... ... @@ -5,7 +5,7 @@
var url = window.location.href;
var title_title = $(document).attr('title');
wx.config({
debug: false,
debug: true,
appId: '{$data.appId}',
timestamp: '{$data.timestamp}',
nonceStr: '{$data.nonceStr}',
... ... @@ -22,7 +22,7 @@
link: url, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: '', // 分享图标
success: function (e) {
alert('成功')
alert('成功');
wx_Share();
}
});
... ... @@ -33,6 +33,7 @@
success: function () {
// 设置成功
wx_Share();
alert('cheng')
}
});
// });
... ...