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=1550&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: 1715352994, nonceStr: 'lPjlr5zdPRXb0beu', signature: '97225bfbb2fb15efc31df4b2e6e831755bfa05a3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u533b\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u51ac\u5b63\u9001\u798f","smalltext":" \u8fce\u7740\u5341\u4e8c\u6708\u7684\u9633\u5149\uff0c\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\u4e2d\u533b\u79d1\u3001\u795e\u7ecf\u5185\u79d1\u8d2f\u5f7b\u533b\u9662\u201c\u4eba\u6587\u5efa\u8bbe\u5e74\u201d\u7684\u8981\u6c42\uff0c\u7275\u624b\u533b\u52a1\u793e\u5de5\uff0c\u4e3e\u529e\u75c5\u623f\u9001\u798f\u9001\u6e29\u6696\u6d3b\u52a8\uff0c\u800c\u4e3b\u89d2\u5927\u5496\u662f\u4e00\u4f4d\u5373\u5c06\u6ee1\u4e5d\u5341\u4e09\u5c81\u7684\u5f20","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1550"}; 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 () { } }); }); }