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=2950&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: 1714723866, nonceStr: '8ATHizijXoBDLUEn', signature: 'd5c0567146bed68c4bca6b23499835b1fda9d3f4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u624b\u5199\u6700\u540e\u4e00\u7bc7\u63f4\u9102\u65e5\u8bb0\uff0c\u82cf\u5dde\u533b\u62a4\u542f\u7a0b\u8fd4\u82cf","smalltext":"\u201c\u73af\u5883\u548c\u5de5\u4f5c\u6d41\u7a0b\u8fd8\u672a\u6765\u5f97\u53ca\u597d\u597d\u719f\u6089\uff0c\u5c31\u8981\u51c6\u5907\u4e0a\u6218\u573a\uff0c\u4eff\u4f5b\u6218\u573a\u4e0a\u7684\u5b50\u5f39\u672a\u4e0a\u819b\u4e00\u6837\u2026\u2026\u62a4\u58eb\u957f\u4e00\u8fb9\u4ecb\u7ecd\uff0c\u6211\u4eec\u4e00\u8fb9\u8ddf\u7740\u8bb0\u4e0b\u6765\u2026\u2026\u201d\u8fd9\u662f\u6c5f\u82cf\u7701\u7b2c\u4e94\u6279\u63f4\u6e56\u5317\u533b\u7597\u961f\u961f\u5458\u3001\u82cf\u5dde\u79d1\u6280\u57ce","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2950"}; 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 () { } }); }); }