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=3086&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: 1747102179, nonceStr: 'YDRLAfbHhLzy5AfM', signature: '4cbae218a345687ada11d15a5976095d2ee3c7a6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5979\u50cf\u8fce\u63a5\u4eb2\u4eba\u4e00\u6837\u8fce\u63a5\u6211\u4eec\u7684\u6297\u75ab\u82f1\u96c4","smalltext":"\u6ca1\u6709\u4e00\u4e2a\u51ac\u5929\u4e0d\u4f1a\u8fc7\u53bb\uff0c\u6240\u6709\u7684\u7f8e\u597d\u90fd\u4f1a\u5982\u7ea6\u800c\u81f3\uff0c\u7a7a\u6c14\u4e2d\u5f25\u6f2b\u7740\u6625\u65e5\u7684\u6c14\u606f\uff0c\u4f3c\u4e4e\u5728\u4e0e\u6211\u4eec\u4e00\u8d77\u7b49\u5f85\u82f1\u96c4\u7684\u51ef\u65cb\u3002\u5728\u5bb6\u4e61\u4eba\u6c11\u7684\u7fd8\u9996\u671f\u76fc\u4e2d\uff0c\u6566\u5316\u5e02\u533b\u9662\u9a70\u63f4\u6b66\u6c49\u76845\u540d\u533b\u7597\u961f\u5458\u5706\u6ee1\u5b8c\u6210\u6551","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3086"}; 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 () { } }); }); }