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=2132&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: 1747123790, nonceStr: 'S3nmXie0UpUmtLVd', signature: '7bbc228397f2e0fd54f1aa2e4e403d38d93a8cb9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9006\u884c\u8005\u56de\u5bb6\u540e\u7684\u7b2c\u4e8c\u5929","smalltext":" \u4eca\u5929\u662f\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6025\u8bca\u79d1\u51af\u6587\u5a77\u7ed3\u675f\u4e3a\u671f14\u5929\u7684\u533b\u5b66\u89c2\u5bdf\u540e\uff0c\u5e73\u5b89\u56de\u5bb6\u7684\u7b2c\u4e8c\u5929\u3002 \u51af\u6587\u5a77\u662f\u4e24\u4e2a\u5b69\u5b50\u7684\u6bcd\u4eb2\uff0c\u4f5c\u4e3a\u72ec\u751f\u5b50\u5973\uff0c\u5979\u4e00\u76f4\u548c\u7236\u6bcd\u4f4f\u5728\u4e00\u8d77\u3002\u8fd9\u573a\u7a81\u53d1\u75ab\u60c5\uff0c\u56e0\u4e3a\u51af","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2132"}; 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 () { } }); }); }