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=4537&classid=10&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: 1715932003, nonceStr: 'qP9bpidaBCurIysx', signature: '67540dcf22ff794bd55ddcee55570f0900d9c54e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u9633\u5149\u878d\u548c\u533b\u9662-\u54c1\u724c\u5ba3\u4f20\u90e8","smalltext":"\u533b\u9662\u6587\u4ef6\u5efa\u8bbe\u4e3b\u7ba1\u90e8\u95e8-\u54c1\u724c\u5ba3\u4f20\u90e8\u5171\u6709\u5458\u5de57\u540d\uff1b\u7531\u533b\u9662\u884c\u653f\u4eba\u5458\u5171150\u4f59\u4eba\uff0c\u8f6e\u73ed\u62c5\u4efb\u514d\u8d39\u6446\u6e21\u8f66\u5fd7\u613f\u8005\u548c\u7231\u5fc3\u516c\u4ea4\u8f66\u5fd7\u613f\u8005\uff1b\u533b\u9662\u5168\u4f53\u533b\u52a1\u4eba\u5458\u53c2\u4e0e\u4e49\u8bca\u3001\u5065\u5eb7\u8bb2\u5ea7\u7b49\u6587\u5316\u6d3b\u52a8\u3002\u6bcf\u5e74\u7528","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4537"}; 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 () { } }); }); }