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=810&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: 1746984086, nonceStr: 'T20OrcUKl081Wevb', signature: 'ce209b668fa3eb0bdb5184a440d9807e96d6d025', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/4af19249139600fb17c5589e12037fda.png","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u4e2a\u5531\u8df3\u5929\u56e2\u6559\u4f60\u8fdc\u79bb\u8111\u5352\u4e2d","smalltext":"\u7531101\u5973\u56e2\u5e26\u706b\u7684\u300a\u5361\u8def\u91cc\u300b\u52a8\u611f\u52b1\u5fd7\uff0c\u5927\u8857\u5c0f\u5df7\u90fd\u80fd\u542c\u5230\u6709\u4eba\u54fc\u5531\u3002\u5728\u626c\u5dde\uff0c\u4e5f\u6709\u4e00\u4e2a\u7531\u533b\u751f\u548c\u62a4\u58eb\u7ec4\u6210\u7684\u5531\u8df3\u5929\u56e2\uff0c\u4ed6\u4eec\u6839\u636e\u8fd9\u9996\u6b4c\u81ea\u7f16\u81ea\u5bfc\u81ea\u6f14\u4e86\u4e00\u66f2\u300a\u8111\u5352\u4e2d\uff0c\u522b\u9760\u8fd1\u300b\uff0c\u4e0a\u4f20\u5230\u817e\u8baf\u89c6\u9891\u540e\uff0c\u5f15\u6765\u4f17\u591a\u56f4\u89c2\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=810"}; 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 () { } }); }); }