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=3515&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: 1745119617, nonceStr: 'jYREWqp2I1D16Ejp', signature: '83612cd3577add5cb2c1b04a2f61ec4a300c2eaf', 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\u707f\u70c2\u5982\u82b1\u7684\u751f\u547d","smalltext":"6\u670829\u65e5\uff0c\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\u810a\u67f1\u5916\u79d1\u6536\u6cbb\u4e86\u4e00\u540d\u201c\u7279\u522b\u201d\u7684\u60a3\u8005\uff1a\u5e74\u4ec5\u516d\u5c81\u7684\u9ad8\u4f4d\u9888\u810a\u9ad3\u635f\u4f24\u4f34\u4e0d\u5168\u762b\u60a3\u513f\u3002\u5165\u9662\u540e\uff0c\u533b\u751f\u901a\u8fc7\u67e5\u4f53\uff0c\u8be2\u95ee\u60a3\u513f\u75c5\u53f2\u53d1\u73b0\uff0c\u5176\u8fd8\u4f34\u6709\u5148\u5929\u6027\u5fc3\u810f\u75c5\uff08\u623f\u95f4\u9694\u7f3a\u635f\uff09\uff0c\u5510","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3515"}; 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 () { } }); }); }