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=5078&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: 1716120800, nonceStr: 'jmobWyWRZoh9BEeB', signature: 'a04e5a0aa9329732dd765aab6fbf9bcf5e9510ee', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u4e2a\u6a58\u67d1\uff0c\u4e00\u4e2a\u521d\u5fc3","smalltext":"\u62a4\u58eb\uff0c\u4e16\u4eba\u773c\u4e2d\u7684\u751f\u547d\u5b88\u62a4\u795e\uff0c\u4e00\u8eab\u6d01\u767d\u7684\u62a4\u58eb\u670d\uff0c \u4e00\u9897\u5584\u826f\u7eaf\u6d01\u7684\u5fc3\u7075,\u5934\u9876\u6f02\u4eae\u7684\u71d5\u5e3d\u3002\u533b\u9662\u662f\u4e2a\u7279\u6b8a\u7684\u73af\u5883\uff0c\u62a4\u58eb\u662f\u7279\u6b8a\u73af\u5883\u4e0b\u7684\u7279\u6b8a\u7fa4\u4f53\uff0c\u65e0\u6570\u4e2a\u65e5\u65e5\u591c\u591c\uff0c\u5979\u4eec\u611f\u53d7\u7740\u751f\u5b58\u548c\u6b7b\u4ea1\u7684\u4ea4\u54cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5078"}; 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 () { } }); }); }