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=5036&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: 1716009267, nonceStr: 'pvpQGNS2DOSGgMSe', signature: '18acb82c20353f433e2267910f573bc4f8c1c3a5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u6211\u4e3a\u201c\u7898\u201d\u4ee3\u8a00\uff08\u201c\u5e26\u76d0\u201d\uff09\u5ba3\u4f20\u6d3b\u52a8","smalltext":"\u4e3a\u4f7f\u829d\u7f58\u533a\u5c45\u6c11\u6709\u6548\u4e86\u89e3\u7898\u7f3a\u4e4f\u75c5\uff0c\u8fdb\u4e00\u6b65\u4fdd\u969c\u8f96\u533a\u5b55\u5987\u3001\u54fa\u4e73\u5987\u5973\u53ca\u513f\u7ae5\u7b49\u91cd\u70b9\u4eba\u7fa4\u7898\u8425\u517b\u5065\u5eb7\uff0c\u63d0\u5347\u5408\u683c\u7898\u76d0\u98df\u7528\u7387\uff0c\u6301\u7eed\u4fdd\u6301\u6d88\u9664\u7898\u7f3a\u4e4f\u5371\u5bb3\u72b6\u6001\u3002\u70df\u53f0\u51e4\u51f0\u53f0\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\u5f00\u5c55","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5036"}; 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 () { } }); }); }