function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=787&classid=5&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1746982985, nonceStr: 'hsZF91wSY4Wpp587', signature: '63ac1fe3a87e949523e6aed7a180b403e7d28c50', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/b9f2f8fab16a9dd7ef2570381e0a0c23.jpg","title":"\u5b81\u6ce2\u5e02\u5317\u4ed1\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u201c\u8bca\u95f4\u624b\u5de5\u8bfe\u5802\u201d\u8ba9\u5c31\u533b\u66f4\u6e29\u99a8","smalltext":"\u4e8c\u5b69\u653f\u7b56\u4e0b\uff0c\u5e26\u7740\u4e24\u4e2a\u5b69\u5b50\u6765\u9662\u5c31\u8bca\u7684\u5bb6\u957f\u6570\u91cf\u589e\u591a\uff0c\u6691\u5047\u671f\u95f4\u66f4\u4e3a\u7a81\u51fa\uff0c\u4e3a\u6b64\uff0c\u533a\u5987\u4fdd\u9662\u7279\u5730\u63a8\u51fa\u4e86\u201c\u8bca\u95f4\u624b\u5de5\u8bfe\u5802\u201d\uff0c\u8ba9\u5bb6\u957f\u4eec\u80fd\u591f\u5b89\u5fc3\u5e26\u201c\u5c0f\u5b9d\u201d\u5c31\u8bca\u3002\u6691\u671f\uff0c\u5bb6\u957f\u72ec\u81ea\u4e00\u4eba\u5e26\u7740\u4e24\u4e2a\u5b69\u5b50\u5c31","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=787"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }