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=4629&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: 1716099523, nonceStr: 'OupO3jQP7hbAPMbD', signature: '55a37cddf16dfc9eb54bfe2192933d18fa64a2bf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4f9b\u7cbe\u4eba\u5de5\u6388\u7cbe\u6280\u672f\u6b63\u5f0f\u8fd0\u884c\u901a\u8fc7\u56fd\u5bb6\u7ea7\u8bc4\u5ba1","smalltext":"\u521a\u521a\uff0c\u6211\u9662\u751f\u6b96\u533b\u5b66\u4e2d\u5fc3\u518d\u4f20\u559c\u8baf\u7ee74\u670826\u65e5\u592b\u7cbe\u4eba\u5de5\u6388\u7cbe\u6280\u672f\u548c\u8bd5\u7ba1\u5a74\u513f\u6280\u672f\u901a\u8fc7\u56fd\u5bb6\u7ea7\u73b0\u573a\u6821\u9a8c\u540e\u4eca\u65e5\u4e2d\u5fc3\u4f9b\u7cbe\u4eba\u5de5\u6388\u7cbe\u6280\u672f\u4e5f\u987a\u5229\u901a\u8fc7\u56fd\u5bb6\u7ea7\u73b0\u573a\u8bc4\u5ba1\u83b7\u5f97\u6b63\u5f0f\u8fd0\u884c\u8d44\u683c\u4e0a\u5348\uff0c\u5e7f\u4e1c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4629"}; 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 () { } }); }); }