var wxApiList = ['updateAppMessageShareData', 'updateTimelineShareData'];//, 'onMenuShareAppMessage', 'onMenuShareTimeline' var openTagList = []; $(function () { var site = 'www.shmmtyc.cn/'; var sites = 'https://' + site; function minProgramShare () { var title = $('title').text().replace(/^\s+|\s+$/g, '');//.replace(/\s+/g, ''); if (title.indexOf('马门陶艺村 - ') == 0) { title = title.replace(/马门陶艺村 - /g, ''); } var path = window.location.href; var img = ''; if (path.indexOf('/pottery/') > 0) { img = $('.container img:first').attr('src'); if (img && img.indexOf('../') == 0) { img = img.replace('../', 'https://www.shmmtyc.cn/'); } } wx.miniProgram.postMessage({ data: { title: title, path: path, img: img } }); } });