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=4838&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: 1744318094, nonceStr: 'tcqeqK829fYa6YCT', signature: 'c5a632efe18d3e570135b50df496a9d926236d93', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u77f3\u7231\u5eb7\u533b\u9662\uff1a\u8fd9\u5bf9\u7231\u5eb7\u592b\u59bb\u6492\u72d7\u7cae\uff0c\u4f60\u5b66\u4e0d\u6765","smalltext":" \u5728\u65e5\u5e38\u751f\u6d3b\u4e2d\uff0c\u592b\u59bb\u79c0\u6069\u7231\u7684\u573a\u9762\u6bd4\u6bd4\u7686\u662f\u3002\u65e0\u8bba\u662f\u516c\u5171\u573a\u5408\u8fd8\u662f\u670b\u53cb\u5708\uff0c\u6492\u72d7\u7cae\u7684\u573a\u9762\u603b\u6709\u4e00\u523b\u80fd\u9178\u5230\u4f60\u3002\u53ef\u5728\u9ec4\u77f3\u7231\u5eb7\u533b\u96628\u670814\u65e5\u7ec4\u7ec7\u7684\u533b\u52a1\u4eba\u5458\u4e49\u52a1\u732e\u8840\u6d3b\u52a8\u4e2d\uff0c\u4e00\u5bf990\u540e\u7231","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4838"}; 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 () { } }); }); }