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=4694&classid=11&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: 1743764828, nonceStr: 'L0ICQyrMHHLS3HLi', signature: 'c5c8378467ac73376d902dd44b01d4cf911d73fc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e05\u8fdc\u5e02\u4eba\u6c11\u533b\u9662-\u4ee5\u65e0\u8fb9\u754c\u667a\u6167\u5065\u5eb7\u6838\u5fc3\u4ef7\u503c\u89c2\u6307\u5bfc\u5206\u7ea7\u8bca\u7597","smalltext":"\u4ee5\u65e0\u8fb9\u754c\u667a\u6167\u5065\u5eb7\u6838\u5fc3\u4ef7\u503c\u89c2\u6307\u5bfc\u5206\u7ea7\u8bca\u7597\u6848\u4f8b\u4e00\u3001\u80cc\u666f2015\u5e749\u6708\uff0c\u56fd\u52a1\u9662\u53d1\u5e03\u4e86\u300a\u5173\u4e8e\u63a8\u8fdb\u5206\u7ea7\u8bca\u7597\u5236\u5ea6\u5efa\u8bbe\u7684\u6307\u5bfc\u610f\u89c1\u300b\uff0c\u5f3a\u8c03\u4ee5\u5f3a\u57fa\u5c42\u4e3a\u91cd\u70b9\u5b8c\u5584\u5206\u7ea7\u8bca\u7597\u670d\u52a1\u4f53\u7cfb\uff0c\u5efa\u7acb\u5065\u5168\u5206\u7ea7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4694"}; 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 () { } }); }); }