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=350&classid=3&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: 1746134510, nonceStr: 'xb7Rer9QZmIyRAnR', signature: '63f7d53510f1588cf12ae8a2a50f6fb2bb92797b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u5c55\u5149\u4fdd\uff1a\u51dd\u5fc3\u805a\u529b \u624e\u5b9e\u5de5\u4f5c","smalltext":"\u5c55\u5149\u4fdd\uff0c\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u515a\u529e\u526f\u4e3b\u4efb\uff0c\u4ece\u4e8b\u5ba3\u4f20\u5de5\u4f5c\u591a\u5e74\uff0c\u591a\u6b21\u8bc4\u4e3a\u6cf0\u5b89\u5e02\u536b\u751f\u8ba1\u751f\u7cfb\u7edf\u4f18\u79c0\u901a\u8baf\u5458\u3001\u65b0\u6cf0\u5e02\u7f51\u7edc\u6587\u5316\u5efa\u8bbe\u5148\u8fdb\u4e2a\u4eba\uff0c\u517c\u4efb\u5c71\u4e1c\u7701\u533b\u9662\u534f\u4f1a\u533b\u9662\u62a5\u520a\u66a8\u65b0\u5a92\u4f53\u4e13\u4e1a\u59d4\u5458\u4f1a\u59d4\u5458\u3001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=350"}; 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 () { } }); }); }