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=4420&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: 1744969468, nonceStr: 'yoMKrkt9HorFM3Pe', signature: 'e0a7859ab6d2d09f22f29e88d5bb3d01ce1a870a', 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\u5fc3\u4e2d\u6709\u7231 \u59cb\u7ec8\u5411\u9633","smalltext":"\u8eab\u7a7f\u4e00\u8eab\u6d01\u767d\u7684\u8863\u670d\uff0c\u4eba\u4eba\u8a89\u4e4b\u4e3a\u201c\u767d\u8863\u5929\u4f7f\u201d\uff0c\u5982\u8774\u8776\u822c\u8f7b\u76c8\uff0c\u5982\u6d41\u6c34\u822c\u6e05\u6f88\uff0c\u5982\u79cb\u98ce\u822c\u6e29\u6696\uff0c\u5f53\u521d\u5e84\u4e25\u7acb\u8a93\u65f6\u7684\u4e00\u5e55\u65f6\u5e38\u6d6e\u73b0\u4e8e\u6211\u7684\u773c\u524d\uff0c\u5c0f\u65f6\u5019\u7684\u68a6\u60f3\u957f\u5927\u540e\u5b9e\u73b0\uff0c\u5728\u5e73\u51e1\u7684\u5c97\u4f4d\u4e0a\u59cb\u7ec8\u79c9\u627f\u7740","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4420"}; 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 () { } }); }); }