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=4419&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: 1746264469, nonceStr: '9W9yiURputIlBzkm', signature: 'a5acb45b0578e4522d69b8ed5221d04cdb74c05c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5f00\u5c55\u201c\u7f8e\u4e3d\u5bb6\u56ed \u4f60\u6211\u5171\u5efa\u201d\u4e3b\u9898\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8","smalltext":"\u4e3a\u63a8\u8fdb\u515a\u53f2\u5b66\u4e60\u6559\u80b2\u201c\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u201d\u6d3b\u52a8\u6df1\u5165\u5f00\u5c55\uff0c\u6211\u9662\u79ef\u6781\u54cd\u5e94\u4e0a\u7ea7\u90e8\u95e8\u5173\u4e8e\u5f00\u5c55\u201c\u7f8e\u4e3d\u5bb6\u56ed \u4f60\u6211\u5171\u5efa\u201d\u73af\u5883\u536b\u751f\u5927\u6574\u6cbb\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\u8981\u6c42\u90e8\u7f72\uff0c\u4ee5\u515a\u5458\u793e\u533a\u201c\u53cc\u62a5\u5230\u201d\u4e3a\u8f7d\u4f53\uff0c\u7ec4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4419"}; 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 () { } }); }); }