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=2268&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: 1747125176, nonceStr: 'WknlQiJbY3hJBF5z', signature: 'a7ad8e689314f8ac1328c46ae8a8dcf59ed6b520', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u6297\u75ab\u4e00\u7ebf\u5973\u62a4\u58eb\u7ed92\u5c81\u513f\u5b50\u5199\u957f\u4fe1\uff1a\u201c\u5988\u5988\u4e0d\u575a\u5f3a\uff0c\u4f46\u5988\u5988\u5f88\u68d2\u201d","smalltext":"\u610f\u5916\u53d7\u4f24\u7684\u5b9d\u5b9d\uff0c\u6700\u9700\u8981\u7684\u662f\u5988\u5988\u7684\u6000\u62b1\u3002\u4f46\u8eab\u5728\u6297\u4e00\u75ab\u7ebf\u7684\u5973\u62a4\u58eb\u55bb\u838e\uff0c\u53ea\u80fd\u901a\u8fc7\u7535\u8bdd\u8fdc\u7a0b\u6307\u5bfc\u5bb6\u4eba\u5e2e\u5b69\u5b50\u6362\u836f\u3002\u6628\u65e5\uff0c\u5979\u516c\u5f00\u4e86\u81ea\u5df1\u5199\u7ed9\u5b69\u5b50\u7684\u4e00\u5c01\u957f\u4fe1\uff0c\u5728\u4fe1\u91cc\u5979\u8bb0\u5f55\u4e86\u81ea\u5df1\u7684\u5de5\u4f5c\uff0c\u4e5f\u5766","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2268"}; 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 () { } }); }); }