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=1536&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: 1715582586, nonceStr: 'e8nYB05cMtlwu0ae', signature: '1ec494a476032d7aa065120483faa44670218c17', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/a9f40c2bf90f479f4b7ae433aa9d703c.jpg","title":"\u8d44\u9633\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u516c\u4ea4\u8f66\u5f00\u8fdb\u533b\u9662 \u7231\u5fc3\u63a5\u529b\u4e0a\u6f14\u751f\u6b7b\u65f6\u901f","smalltext":"\u201c\u6ef4\uff0c\u6ef4\u6ef4\uff01\u201d12\u670819\u65e511\u70b937\u5206\uff0c\u4e00\u8f86\u7ea2\u8272\u516c\u4ea4\u8f66\u72c2\u6309\u5587\u53ed\uff0c\u6253\u7740\u53cc\u95ea\u671d\u7740\u8d44\u9633\u5e02\u4e2d\u533b\u533b\u9662\u6025\u8bca\u5165\u53e3\u9a76\u6765\u3002\u201c\u6709\u60c5\u51b5\uff0c\u5feb\u62ac\u6746\uff01\u201d\u533b\u9662\u540e\u52e4\u4fdd\u969c\u4e2d\u5fc3\u7684\u5b89\u4fdd\u4eba\u5458\u8fc5\u901f\u624b\u52a8\u64cd\u4f5c\u653e\u884c\u3002\u516c\u4ea4\u8f66\u53f8\u673a\u51b7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1536"}; 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 () { } }); }); }