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=5072&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: 1744318587, nonceStr: 'NOXTGvdUeDn945m9', signature: '7b48014f8ecb8a857bbbb75d8303044b5ac85862', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6f4d\u574a\u5e02\u5987\u5e7c\u4fdd\u5065\u9662:\u5341\u5e74\u52aa\u529b,\u4e3a\u7279\u6b8a\u513f\u7ae5\u8e5a\u51fa\u201c\u533b\u6559\u7ed3\u5408\u201d\u5eb7\u590d\u8def","smalltext":"\u5b69\u5b50\uff0c\u662f\u5bb6\u5ead\u7684\u5e0c\u671b\uff0c\u662f\u56fd\u5bb6\u7684\u672a\u6765\uff0c\u662f\u5907\u53d7\u5173\u7231\u7684\u7fa4\u4f53\u3002\u4f46\u662f\u6709\u8fd9\u6837\u4e00\u7fa4\u5b69\u5b50\uff0c\u4ed6\u4eec\u56db\u80a2\u4ff1\u5168\u5374\u65e0\u6cd5\u8d70\u8def\uff0c\u4ed6\u4eec\u4e0d\u662f\u5929\u751f\u804b\u54d1\u5374\u65e0\u6cd5\u5f00\u53e3\u53eb\u7238\u7238\u5988\u5988\u2014\u2014\u4ed6\u4eec\u662f\u4e00\u7fa4\u7279\u6b8a\u7684\u513f\u7ae5\uff0c\u4ed6\u4eec\u867d\u7136\u6ca1\u6709\u5065","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5072"}; 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 () { } }); }); }