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=4210&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: 1744975791, nonceStr: 'Eu5Pkp9lxGr7bgaY', signature: '8837aa86b30fcabfe51a48adade75f59fe95f53e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u9ad8\u5904\u5760\u843d\u762b\u75ea3\u4e2a\u6708\uff0c\u591a\u5b66\u79d1\u534f\u4f5c\u8ba9\u5979\u91cd\u65b0\u7ad9\u8d77\u6765","smalltext":"\u201c\u5929\u5566\uff01\u7b80\u76f4\u4e0d\u6562\u76f8\u4fe1\uff0c\u6211\u7ec8\u4e8e\u53c8\u53ef\u4ee5\u7ad9\u8d77\u6765\u4e86\uff01\u771f\u4e0d\u77e5\u9053\u8be5\u548b\u611f\u8c22\u4f60\u4eec\uff01\u201d2\u670821\u65e5\u8fd9\u5929\uff0c\u5728\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff0c36\u5c81\u7684\u90ed\u5973\u58eb\u773c\u4e2d\u5659\u6ee1\u6fc0\u52a8\u7684\u6cea\u6c34\uff0c\u5174\u594b\u5730\u62c9\u7740\u533b\u62a4\u4eba\u5458\u7684\u624b\u5927\u58f0\u8bf4\u9053\u3002\u533b\u9662\u9aa8\u79d1\u4e3b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4210"}; 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 () { } }); }); }