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=2085&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: 1747145329, nonceStr: 'JsSDywqgEYICE9gG', signature: 'c237e81f0228d995cee8be3cd3d746bc79e1b08f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u4f60\u8bf4\uff0c\u90a3\u56f4\u5899\u672a\u80fd\u780c\u4e0a","smalltext":"\u4f60\u8bf4\uff0c\u7236\u4eb2\u5927\u5e74\u521d\u4e8c\u8d70\u4e86\u4ed6\u53bb\u4e86\u6ca1\u6709\u75c5\u75db\u7684\u5730\u65b9\u53ef\u6076\u7684\u75c5\u6bd2\u8086\u8650\u4eb2\u670b\u65e0\u6cd5\u5230\u573a\u552f\u4e00\u7684\u513f\u5b50\u4e5f\u8fdc\u9694\u5f02\u4e61\u4f60\u8bf4\uff0c\u7236\u4eb2\u6700\u7231\u4f60\u7ec6\u81f4\u5165\u5fae\u8d5b\u8fc7\u4eb2\u5a18\u4ed6\u5e38\u5e38\u653e\u4e0b\u7537\u4eba\u9ad8\u8d35\u7684\u81ea\u5c0a\u54ea\u6015\u4e3a\u4f60\u96be\u4ee5\u542f\u9f7f\u7684\u75db","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2085"}; 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 () { } }); }); }