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=3340&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: 1745135714, nonceStr: 'oFms9OhIFmOerB4z', signature: '47f9d1eabea6aecb39da75ee985a684778fb9d23', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u7528\u70ed\u8840\u4e3a\u751f\u547d\u62a4\u822a 80\u4f59\u540d\u804c\u5de5\u53c2\u4e0e\u732e\u8840\u8fd12\u4e07\u6beb\u5347","smalltext":"\u4e3a\u4e86\u7f13\u89e3\u8fd1\u671f\u7528\u8840\u7d27\u5f20\u7684\u60c5\u51b5\uff0c5\u670830\u65e5\u4e0a\u5348\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5728\u540e\u5927\u95e8\u524d\u5f00\u5c55\u65e0\u507f\u732e\u8840\u6d3b\u52a8\u3002\u5f53\u5929\uff0c\u533b\u966283\u540d\u804c\u5de5\u8e0a\u8dc3\u53c2\u4e0e\u65e0\u507f\u732e\u8840\u8fd12\u4e07\u6beb\u5347\u3002\u4e00\u76f4\u4ee5\u6765\uff0c\u201c\u7528\u8840\u201d\u95ee\u9898\u5728\u91cd\u75c7\u60a3\u8005\u7684\u6551\u6cbb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3340"}; 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 () { } }); }); }