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=4061&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: 1745056629, nonceStr: 'D8yB7job4f44ykBh', signature: 'e5b2dc4efa4fce2664b5a84faa2d53c2a6b76b3b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u62a4\u58eb\u6536\u5230\u4e86\u6700\u6696\u5fc3\u7684\u73ab\u7470\u82b1","smalltext":"2\u670814\u65e5\u4e00\u5927\u65e9\uff0c\u6566\u5316\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u62a4\u58eb\u7ad9\u7a81\u7136\u591a\u51fa\u6765\u4e86\u5f88\u591a\u652f\u73ab\u7470\u82b1\uff0c\u539f\u6765\u662f\u795e\u7ecf\u5185\u79d1\u60a3\u8005\u8d75\u5973\u58eb\u7684\u5bb6\u5c5e\u4e3a\u4e86\u8868\u8fbe\u611f\u6fc0\u4e4b\u60c5\uff0c\u7279\u522b\u5728\u8fd9\u4e00\u5929\uff0c\u4e13\u95e8\u4e3a\u62a4\u58eb\u95e8\u5b9a\u5236\u4e86\u7cbe\u7f8e\u7684\u73ab\u7470\u82b1\u3002 \u8d75\u5973","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4061"}; 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 () { } }); }); }