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=1880&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: 1747145330, nonceStr: 'P7db3KxZKCocywgy', signature: 'b8c7a68fb0c38eaec747e1080bd5dd7675c8fd41', 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\u6e56\u5317\u5c0f\u60a3\u8005\u8bf4\u8fd9\u91cc\u4e5f\u662f\u6211\u7684\u5bb6","smalltext":"\u5927\u5e74\u521d\u4e00\u51cc\u66682\u70b9\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u53d1\u70ed\u95e8\u8bca\uff0c\u836f\u623f\u591c\u73ed\u503c\u73ed\u4eba\u5458\u9646\u4fca\u5170\uff0c\u542c\u5230\u5916\u9762\u6709\u4eba\u5728\u6572\u7a97\u6237\uff0c\u4e00\u4e2a\u5341\u4e09\u56db\u5c81\u7684\u7537\u5b69\u5b50\u4f4e\u7740\u5934\u5c0f\u58f0\u5730\u558a\u7740\u59d0\u59d0\uff0c\u4ed6\u50cf\u662f\u9f13\u8db3\u4e86\u52c7\u6c14\u624d\u8bf4\uff0c\u80fd\u628a\u624b\u673a\u501f\u6211\u7528\u4e00\u4e0b\u5417\uff1f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1880"}; 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 () { } }); }); }