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=4090&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: 1745056475, nonceStr: 'FfqG3gv076udrtQe', signature: 'cfe4aa16f8f9fa184196edc78aa02a334aa66b21', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u4ece\u9053\u5fb7\u8bb2\u5802\u4e2d\u611f\u609f\u6210\u957f\u529b\u91cf","smalltext":"\u4e00\u5bb6\u62e5\u6709\u6e29\u5ea6\u5fb7\u4eba\u6587\u533b\u9662\uff0c\u79bb\u4e0d\u5f00\u4ef7\u503c\u8ffd\u6c42\u7684\u6307\u5f15\uff1b\u4e00\u6bb5\u7825\u783a\u524d\u884c\u7684\u594b\u8fdb\u5f81\u7a0b\uff0c\u9700\u8981\u6709\u9053\u5fb7\u529b\u91cf\u7684\u652f\u6491\u30022021\u5e742\u670823\u65e5\u4e0a\u5348\uff0c\u4e00\u573a\u4ee5\u201c\u5bbd\u5e7f\u4e4b\u9b44\uff0c\u4ec1\u7231\u4e4b\u5fc3\u201d\u4e3a\u4e3b\u9898\u76842020\u5e74\u65b0\u8fdb\u9752\u5e74\u4eba\u624d\u4e13\u9898","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4090"}; 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 () { } }); }); }