...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
// 分享标题
|
|
|
var title_title = $(document).attr('title');
|
|
|
// 分享简介
|
|
|
var description = $('.share_content').text().str.replace(/\s*/g,'').substring(0,50);
|
|
|
var description = $('.share_content').text().replace(/\s*/g,'').substring(0,50);
|
|
|
wx.config({
|
|
|
debug: false,
|
|
|
appId: '{$data.appId}',
|
...
|
...
|
|