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=1350&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: 1714350089, nonceStr: '8N7XpsuYYwnOYAj0', signature: '62e2d9288c66b7d627f0e32cf7c3ade99e0644c0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/50f78345e560c73cb6838dd46e79a469.png","title":"\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u4e00\u573a\u6551\u52a9\u8de8\u8d8a4000\u591a\u516c\u91cc\uff0c\u80cc\u540e\u662f\u626c\u5dde\u533b\u751f\u7684\u63f4\u7586\u60c5","smalltext":"2019\u5e7411\u670811\u65e5\u4e0a\u5348\uff0c\u5728\u6c5f\u82cf\u626c\u5dde\u5927\u5b66\u9644\u5c5e\u533b\u9662\u4f4f\u9662\u624b\u672f\u7684\u65b0\u7586\u65b0\u6e90\u53bf\u60a3\u8005\u8521\u5148\u751f\u5373\u5c06\u51fa\u9662\u3002\u8de8\u8d8a4000\u591a\u516c\u91cc\uff0c\u4ed6\u4eec\u8ffd\u9010\u626c\u5dde\u63f4\u7586\u533b\u751f\u7684\u811a\u6b65\uff0c\u4ece\u65b0\u7586\u5230\u6c5f\u82cf\uff0c\u4ece\u7d27\u6025\u6c42\u52a9\u5230\u6210\u529f\u624b\u672f\uff0c\u80cc\u540e\u662f\u4e00","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1350"}; 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 () { } }); }); }