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=1584&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: 1747207817, nonceStr: 'SByeTd0SMnP6GxNf', signature: '55741a85ac167986bb39b055654af0368c631cd3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/c26453944fcc409f3179c3dc057dae3d.png","title":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\uff1a\u5f00\u5c55\u201c\u9001\u533b\u4e0a\u95e8\u201d\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8","smalltext":"12\u670827\u65e5\uff0c\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\u515a\u652f\u90e8\u9009\u6d3e\u533b\u7597\u5fd7\u613f\u4e13\u5bb6\u738b\u745e\u6770\u533b\u751f\u8d74\u4e0a\u6d77\u8ba1\u751f\u6240\u57ce\u4e61\u5e2e\u6276\u7ed3\u5bf9\u70b9\u2014\u2014\u5949\u8d24\u533a\u91d1\u6d77\u793e\u533a\u77f3\u5bb6\u6751\u5f00\u5c55\u9898\u4e3a\u300a\u4e2d\u533b\u51ac\u5b63\u517b\u751f\u300b\u7684\u79d1\u666e\u8bb2\u5ea7\uff0c\u8fd9\u4e5f\u662f\u6211\u9662\u8fde\u7eed\u7b2c13\u5e74\u4e3a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1584"}; 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 () { } }); }); }