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=1558&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: 1715348763, nonceStr: 'Xdrh9pUwaVeN4lMh', signature: 'b48867b29238c78915199ae50a6eb36cb53a290e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/c26df2624edc31d4e1520baafae6e1bc.jpeg","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\uff1a\u7cd6\u5c3f\u75c5\u4ff1\u4e50\u90e82019\u5e74\u7cfb\u5217\u8bb2\u5ea7\u5706\u6ee1\u843d\u5e55","smalltext":"\u201c\u8fd9\u662f\u4eca\u5e74\u7684\u6700\u540e\u4e00\u573a\u7cd6\u5c3f\u75c5\u5065\u5eb7\u6559\u80b2\u77e5\u8bc6\u8bb2\u5ea7\u4e86\uff0c\u4e00\u5171\u4e3e\u529e\u4e86\u4e03\u573a\uff0c\u6211\u51e0\u4e4e\u6bcf\u573a\u90fd\u6765\u53c2\u52a0\u2026\u2026\u201d12\u670827\u65e5\u4e0a\u5348\uff0c\u5728\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u7cd6\u5c3f\u75c5\u4ff1\u4e50\u90e8\u6d3b\u52a8\u5ba4\uff0c\u5185\u5206\u6ccc\u79d1\u4e3b\u4efb\u6731\u529b\u5e73\u548c\u5979\u7684\u540c\u4e8b\u4eec\u6b63","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1558"}; 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 () { } }); }); }