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=4809&classid=11&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: 1716088099, nonceStr: 'isS5eckIJbaL4Wcc', signature: 'd9e237c43d19e31d5c0b140f1e4217f972429427', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662-\u670d\u52a1\u6d41\u52a8\u4eba\u53e3\uff0c\u81f4\u529b\u5747\u7b49\u5316\uff0c\u8000\u4eba\u6587\u4e4b\u5149","smalltext":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u521b\u5efa\u4e8e1951\u5e74\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u5eb7\u590d\u3001\u79d1\u7814\u3001\u9884\u9632\u3001\u4fdd\u5065\u4e3a\u4e00\u4f53\u7684\u7efc\u5408\u4e8c\u7ea7\u516c\u7acb\u533b\u9662\u3002\u591a\u5e74\u6765\uff0c\u533b\u9662\u575a\u6301\u8d2f\u5f7b\u201c\u4eba\u624d\u5174\u9662\u3001\u7279\u8272\u5f3a\u9662\u3001\u54c1\u724c\u7acb\u9662\u201d\u7684\u65b9\u9488\uff0c\u57f9\u517b\u4e86\u4e00\u6279\u5e74\u5bcc\u529b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4809"}; 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 () { } }); }); }