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=2419&classid=10&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: 1744048227, nonceStr: 'jiL10wiJzzj2Kqvj', signature: '6cd75cecdc7f53a8f2d11db3a0eb7259e295f9e0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5e02\u5434\u4e2d\u4eba\u6c11\u533b\u9662\uff1a\u4eba\u6587\u5efa\u8bbe\u82b1\u5f00\u522b\u6837\u7ea2 \u533b\u7597\u670d\u52a1\u6539\u5584\u60e0\u6c11\u751f","smalltext":"\u82cf\u5dde\u5434\u4e2d\u4f4d\u4e8e\u82cf\u5dde\u5357\u57ce\uff0c\u662f\u5434\u6587\u5316\u7684\u53d1\u7965\u5730\uff0c\u300a\u5b59\u5b50\u5175\u6cd5\u300b\u7684\u8bde\u751f\u5730\uff0c\u6545\u5bab\u8bbe\u8ba1\u8425\u9020\u8005\u3001\u201c\u9999\u5c71\u5e2e\u201d\u9f3b\u7956\u84af\u7965\u7684\u6545\u4e61\u3002\u76ee\u524d\uff0c\u5434\u4e2d\u533a\u6709\u6237\u7c4d\u4eba\u53e3\u5c06\u8fd170 \u4e07\uff0c\u5e38\u4f4f\u4eba\u53e3\u8d85\u8fc7110 \u4e07\u3002\u4f5c\u4e3a\u5434\u4e2d\u533a\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2419"}; 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 () { } }); }); }