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=3347&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: 1745135716, nonceStr: 'KzIhcPi0FVaFKhOP', signature: '23df5dac5ee72a9698148f2c94b2d49a2ab90586', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u4e3e\u884c\u201c\u5065\u5eb7\u7ae5\u884c \u878d\u521b\u672a\u6765\u201d\u65b0\u51a0\u75ab\u60c5\u4e0b\u7684\u513f\u79d1\u53d1\u5c55\u7814\u8ba8\u4e3b\u9898\u6d3b\u52a8","smalltext":"\u201c\u516d\u4e00\u201d\u56fd\u9645\u513f\u7ae5\u8282\u65e2\u662f\u5b69\u5b50\u4eec\u7684\u8282\u65e5\uff0c\u4e5f\u7275\u52a8\u7740\u65e0\u6570\u4eba\u7684\u5fc3\u3002\u4eca\u5e74\u201c\u516d\u4e00\u201d\uff0c\u5e38\u5dde\u5e02\u513f\u7ae5\u533b\u9662\u5f00\u5c55\u201c\u5065\u5eb7\u7ae5\u884c \u878d\u521b\u672a\u6765\u201d \u65b0\u51a0\u75ab\u60c5\u4e0b\u7684\u513f\u79d1\u53d1\u5c55\u7814\u8ba8\u4e3b\u9898\u6d3b\u52a8\uff0c\u4e3a\u5e38\u5dde\u513f\u7ae5\u7684\u8eab\u5fc3\u5065\u5eb7\u56de","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3347"}; 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 () { } }); }); }