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=3244&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: 1716145040, nonceStr: '0KzTQ7WrVE3Wchzz', signature: '8c109cd9bf79104669e53d6a7fe0d5926bf7fb95', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\uff1a\u575a\u5b88\uff0c\u4e3a\u4e86\u4f60\u7684\u5feb\u4e50","smalltext":"\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u671f\u95f4\uff0c\u6709\u8fd9\u6837\u4e00\u7fa4\u4eba\uff0c\u4ed6\u4eec\u7f3a\u5e2d\u4e86\u5bb6\u91cc\u7684\u513f\u5973\u60c5\u957f\uff0c\u575a\u5b88\u5728\u533b\u966224\u5c0f\u65f6\u6218\u6597\u30025\u00b712\u62a4\u58eb\u8282\u4e4b\u9645\uff0c\u91d1\u5802\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u00b7\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\u9080\u8bf7\u4e86\u62a4\u58eb\u7684\u5bb6\u4eba\uff0c\u4e3a\u6218\u6597","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3244"}; 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 () { } }); }); }