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=5066&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: 1716094206, nonceStr: 'seurds91xe7rI8OY', signature: 'fc0ecce70d9ac612c066f54c22da878d2f4b548e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u9752\u5e74\u5148\u950b\u6fc0\u60c5\u4e66\u5199\u5927\u533b\u7cbe\u8bda","smalltext":"11\u670823\u65e5\uff0c\u5e02\u9752\u5e74\u6587\u660e\u53f7\u6d3b\u52a8\u7ec4\u59d4\u4f1a\u6765\u5230\u5e02\u4e94\u9662\u5bf9\u9752\u5e74\u6587\u660e\u53f7\u521b\u5efa\u5de5\u4f5c\u8fdb\u884c\u8003\u6838\u3002\u901a\u8fc7\u5b9e\u5730\u8003\u5bdf\u3001\u542c\u53d6\u6c47\u62a5\u7684\u65b9\u5f0f\uff0c\u7ec4\u59d4\u4f1a\u5bf9\u8be5\u9662\u5f00\u5c55\u201c\u9752\u5e74\u6587\u660e\u53f7\u201d\u7684\u521b\u5efa\u60c5\u51b5\u8fdb\u884c\u4e86\u8be6\u7ec6\u4e86\u89e3\uff0c\u5bf9\u8be5\u9662\u5f00","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5066"}; 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 () { } }); }); }