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=4157&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: 1745056694, nonceStr: 'KBqWniU7KK7hjhfj', signature: 'fb9778c016e20722c015aa7abc82c4fa27ba2fdb', 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\u60a3\u8005\u53bb\u4e16\uff0c\u5bb6\u5c5e\u7684\u6587\u5b57\u8ba9\u533b\u62a4\u6cea\u76ee\uff01","smalltext":"\u8fd1\u65e5\u6566\u5316\u5e02\u533b\u9662\u80bf\u7624\u79d1\u5185\u79d1\u6536\u5230\u4e00\u5c01\u8ba9\u6240\u6709\u533b\u62a4\u4eba\u5458\u6cea\u76ee\u7684\u611f\u8c22\u4fe1\uff0c\u60a3\u8005\u867d\u5df2\u53bb\u4e16\uff0c\u4f46\u60a3\u8005\u5bb6\u5c5e\u4ecd\u5fc3\u6000\u611f\u6fc0\uff0c\u4e00\u7b14\u4e00\u5212\u7684\u5c06\u5979\u5bf9\u80bf\u7624\u79d1\u533b\u62a4\u4eba\u5458\u7684\u611f\u8c22\u53ca\u6cbb\u7597\u611f\u53d7\u5199\u5728\u4e86\u4e00\u5f20\u7eb8\u4e0a\uff0c\u6574\u6574\u9f50\u9f50\uff0c\u7eb8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4157"}; 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 () { } }); }); }