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=500&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: 1746257281, nonceStr: 'YL5RZRDvFkAva3M3', signature: 'f03c318b58542ff3e450d1d8ff0bb3a3e960305b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/0539d8d549b407a12ca8eb9eec328467.jpg","title":"\u9042\u5b81\u5e02\u4e2d\u533b\u9662\uff1a\u8ba9\u533b\u62a4\u4eba\u5458\u7684\u5b50\u5973\u6362\u4f4d\u4f53\u9a8c\u7238\u7238\u5988\u5988\u7684\u5de5\u4f5c","smalltext":"\u8fd1\u65e5\uff0c\u9042\u5b81\u5e02\u4e2d\u533b\u9662\u8fce\u6765\u4e86\u4e00\u7fa4\u7279\u522b\u7684\u201c\u533b\u751f\u201d\uff0c\u6765\u81ea\u9662\u5185\u624b\u672f\u5ba4\u3001\u6025\u8bca\u3001\u836f\u623f\u3001\u68c0\u9a8c\u3001\u9488\u7078\u79d1\u7b49\u804c\u5de5\u768420\u4f59\u540d\u5b50\u5973\uff0c\u53c2\u52a0\u533b\u9662\u515a\u59d4\u4e3e\u529e\u7684\u201c\u840c\u5fc3\u5411\u521d\u5fc3\u00b7\u9010\u68a6\u5927\u5065\u5eb7\u201d\u4e4b\u804c\u5de5\u5b50\u5973\u5065\u5eb7\u536b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=500"}; 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 () { } }); }); }