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=823&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: 1746982860, nonceStr: 'DdUjElsX0naw405H', signature: '92ed668a115fd6d6a7dc8c43a35a309a1631ade3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u4e2a\u5b54\uff0c\u53ea\u9664\u75c5\uff0c\u4e0d\u7559\u75a4","smalltext":"\u201c\u533b\u751f\u533b\u751f\uff01\u5feb\u7ed9\u6211\u8001\u5a46\u770b\u54c8\u561b\uff0c\u5979\u75db\u5f97\u4e0d\u884c\uff01\u201d\u5987\u4ea7\u79d1\u533b\u751f\u6b27\u656c\u5fe0\u521a\u9001\u8d70\u4e86\u4e00\u4e2a\u95e8\u8bca\u60a3\u8005\uff0c\u5c31\u542c\u89c1\u6709\u4eba\u547c\u558a\uff0c\u987a\u7740\u58f0\u97f3\u6765\u7684\u65b9\u5411\uff0c\u770b\u5230\u4e86\u4e00\u7537\u5b50\u6400\u6276\u7740\u4e00\u540d\u5973\u60a3\u8005\u8d70\u8fc7\u6765\uff0c\u53ea\u89c1\u5979\u6342\u7740\u809a\u5b50\uff0c\u5634\u5507\u7d27\u54ac","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=823"}; 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 () { } }); }); }