...
|
...
|
@@ -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 |
...
|
...
|
|