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

调试分享

... ... @@ -7,7 +7,7 @@
// 分享标题
var title_title = $(document).attr('title');
// 分享简介
var description = $('p').text().substring(0,30);
var description = $('p').eq(10).text().substring(0,50);
wx.config({
debug: false,
appId: '{$data.appId}',
... ... @@ -61,6 +61,7 @@
}
});
window.location.reload();
}
</script>
\ No newline at end of file
... ...