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=3278&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: 1745151347, nonceStr: '07mjvg8mjVetRoGt', signature: '244b6477f1c716416ead99cdeee088a35b0a1fa7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5c0f\u5b66\u5f00\u5b66\u7b2c\u4e00\u5468\u533b\u52a1\u4eba\u5458\u8fdb\u6821\u56ed\u79d1\u666e\u9632\u75ab\u77e5\u8bc6","smalltext":"\u3000\u3000\u5728\u5c0f\u5b66\u590d\u8bfe\u7b2c\u4e00\u5468\u66a8\u201c\u516d\u4e00\u201d\u513f\u7ae5\u8282\u5373\u5c06\u6765\u4e34\u4e4b\u9645\uff0c\u4e3a\u8fdb\u4e00\u6b65\u63d0\u5347\u5b66\u751f\u9632\u8303\u65b0\u51a0\u80ba\u708e\u80fd\u529b\uff0c5\u670815\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u5c0f\u513f\u5185\u79d1\u4e3b\u4efb\u533b\u5e08\u9ec4\u6003\u5e26\u9886\u5c0f\u513f\u5185\u79d1\u548c\u795e\u7ecf\u5916\u79d1\u62a4\u7406\u56e2\u961f\u5230\u798f\u5b89\u5e08\u8303\u9644\u5c5e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3278"}; 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 () { } }); }); }