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=3439&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: 1714774118, nonceStr: 'SCe9pBBhJhyatATJ', signature: 'aa36c55d3da1b76589ea14e65c7aa69b9f03f2f6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u4eba\u6587\u62a4\u7406\uff0c\u6211\u4eec\u4e00\u76f4\u5728\u8def\u4e0a","smalltext":"\u51b0\u5fc3\u66fe\u8bf4:\u201c\u771f\u7231\u5728\u5de6,\u540c\u60c5\u5728\u53f3\uff0c\u8d70\u5728\u751f\u547d\u7684\u4e24\u65c1,\u968f\u65f6\u64ad\u79cd,\u968f\u65f6\u5f00\u82b1,\u5c06\u8fd9\u4e00\u7ecf\u957f\u9014\uff0c\u70b9\u7f00\u5f97\u9999\u82b1\u5f25\u6f2b\uff0c\u4f7f\u7a7f\u679d\u62c2\u53f6\u7684\u884c\u4eba,\u8e0f\u7740\u8346\u68d8\uff0c\u4e0d\u89c9\u5f97\u75db\u82e6\uff0c\u6709\u6cea\u53ef\u843d\u5374\u4e0d\u60b2\u51c9\u201d\u3002\u6bcf\u6bcf\u770b\u5230\u8fd9\u53e5\u8bdd\uff0c\u5c31\u7279","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3439"}; 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 () { } }); }); }