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=5405&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: 1716029180, nonceStr: 'qN4kuYw8do2QaWtj', signature: '3d9c014f52bad71e17f1280cca4d2e22c07db3cb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5021\u5bfc\u6587\u660e\u65b0\u98ce\uff0c\u5171\u5efa\u6587\u660e\u4e4b\u7a97","smalltext":"\u793c\u4eea\u662f\u5bf9\u4e8e\u793c\u8282\u3001\u793c\u8c8c\u7684\u7edf\u79f0\uff0c\u662f\u4f20\u7edf\u6587\u5316\u7684\u2f00\u79cd\u4f53\u73b0\uff0c\u4e5f\u662f\u4f53\u73b0\u7d20\u8d28\u7684\u2f00\u79cd\u8868\u73b0\u3002\u968f\u7740\u793e\u4f1a\u7684\u53d1\u5c55\u548c\u751f\u6d3b\u6c34\u5e73\u7684\u63d0\u9ad8\uff0c\u4eba\u4eec\u5bf9\u533b\u7597\u62a4\u7406\u8d28\u91cf\u7684\u8981\u6c42\u4e5f\u8d8a\u6765\u8d8a\u9ad8\uff0c\u800c\u4f18\u79c0\u7684\u793c\u4eea\u4e60\u60ef\uff0c\u6709\u52a9\u4e8e\u6539\u5584","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5405"}; 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 () { } }); }); }