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=3160&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: 1745150927, nonceStr: 'ODf0Ur4pdKT28KnB', signature: 'cb0bb91fd362ecd2de9ae55ff7837a18ae9b30ad', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u64b8\u8d77\u8896\u5b50\u52a0\u6cb9\u5e72 \u7cbe\u51c6\u6276\u8d2b\u9001\u5316\u80a5","smalltext":"\u56fe\u4e3a\u4e2d\u5fc3\u515a\u603b\u652f\u4e66\u8bb0\u3001\u4e2d\u5fc3\u4e3b\u4efb\u9ec4\u957f\u6d77\u5e26\u961f\u5bdf\u770b\u9752\u9f99\u6751\u4ea7\u4e1a\u793a\u8303\u56ed\u533a\u60c5\u51b5\u3002\u4e3a\u8fdb\u4e00\u6b65\u8d2f\u5f7b\u843d\u5b9e\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5173\u4e8e\u8131\u8d2b\u653b\u575a\u7684\u91cd\u8981\u8bb2\u8bdd\u6307\u793a\u7cbe\u795e\u53ca\u5bf92020\u5e74\u8131\u8d2b\u653b\u575a\u6218\u4f5c\u51fa\u7684\u91cd\u8981\u6307\u793a\uff0c\u5e2e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3160"}; 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 () { } }); }); }