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=1891&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: 1747147181, nonceStr: '8q36IQXJO6O7ENPd', signature: 'f9b9af02b1d502d5842f9aa1b62dfde8383ea298', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/c6f57d555f5bd16c636347ae34fa4f14.jpg","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e09\u533b\u9662\uff1a\u4f60\u5728\u201c\u524d\u7ebf\u201d\u5e73\u5b89\u5065\u5eb7\u4fbf\u662f\u6211\u80fd\u60f3\u5230\u7684\u6700\u6d6a\u6f2b\u7684\u4e8b","smalltext":"\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u8ba9\u4e0d\u5c11\u533b\u8005\u4e0e\u7231\u4eba\u4e0d\u5f97\u4e0d\u77ed\u6682\u5206\u5f00\uff0c\u4f46\u8fdc\u8fdc\u5206\u5272\u4e0d\u65ad\u5f7c\u6b64\u7684\u7231\u610f\u3002\u53e4\u4ee3\u90fd\u662f\u5973\u5b50\u9001\u7537\u5b50\u4e0a\u6218\u573a\uff0c\u4f46\u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u8fd9\u6837\u6218\u201c\u75ab\u201d\u4e2d\uff0c\u201c\u5979\u201d\u7684\u8eab\u5f71\u5206\u5916\u9753\u4e3d\u3002\u8fd1\u65e5\uff0c\u5e7f\u533b\u4e09\u9662\u91cd\u75c7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1891"}; 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 () { } }); }); }