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=5160&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: 1746153222, nonceStr: 'kMAzijkUidGRjzvs', signature: 'da2ae76748ce7a79a5c5d92c46e3cb2d91be8174', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u62a4\u5de5\u201c\u8d75\u53d4\u53d4\u201d\uff1a\u5168\u5fc3\u7167\u6599\u8be0\u91ca\u201c\u5e73\u51e1\u4e0d\u5e73\u5eb8\u201d","smalltext":"\u533b\u9662\u91cc\u6709\u8fd9\u6837\u4e00\u7fa4\u4eba\u5bb9\u6613\u88ab\u5927\u5bb6\u5ffd\u89c6\u2014\u2014\u62a4\u5de5\u3002\u5728\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u795e\u7ecf\u5916\u79d1\uff0c\u5927\u591a\u6570\u4f4f\u9662\u60a3\u8005\u75c5\u60c5\u8f83\u91cd\uff0c\u6062\u590d\u9700\u8981\u8f83\u957f\u65f6\u95f4\uff0c\u4e0d\u5c11\u5bb6\u5c5e\u5de5\u4f5c\u3001\u751f\u6d3b\u3001\u770b\u62a4\u6ca1\u6cd5\u5e73\u8861\u3002\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\uff0c\u62a4\u5de5\u5c31\u663e\u5f97","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5160"}; 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 () { } }); }); }