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=1091&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: 1716079003, nonceStr: 'wT50hZHaQktmToZp', signature: '49ed7b6490968bd237466d12f7d01a71c4ef5cb2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u4e2d\u533b\u836f\u5927\u5b66\u9644\u5c5e\u745e\u5eb7\u533b\u9662\uff1a \u805a\u7126\u201c\u661f\u661f\u7684\u5b69\u5b50\u201d","smalltext":"\u81ea\u95ed\u75c7\uff0c\u53c8\u79f0\u513f\u7ae5\u5b64\u72ec\u75c7\uff0c\u662f\u5e7f\u6cdb\u6027\u53d1\u80b2\u969c\u788d\u7684\u4e00\u79cd\u4e9a\u578b\uff0c\u5927\u591a\u8d77\u75c5\u4e8e\u5a74\u5e7c\u513f\u65f6\u671f\uff0c\u662f\u7531\u591a\u79cd\u56e0\u7d20\u9020\u6210\u7684\u6d89\u53ca\u60a3\u513f\u7684\u611f\u77e5\u89c9\u3001\u60c5\u611f\u3001\u8bed\u8a00\u3001\u601d\u7ef4\u548c\u52a8\u4f5c\u884c\u4e3a\u7b49\u65b9\u9762\u7684\u53d1\u80b2\u969c\u788d\uff0c\u7ea6\u67093\/4\u7684\u60a3\u513f\u4f34","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1091"}; 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 () { } }); }); }