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=1962&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: 1714891275, nonceStr: 'oTdWFDQSNvkWD3R1', signature: '7a4bb5acfc310ccd72a0fdb45a5b9b683ef5746a', 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\u5468\u5b81\u4e00\u5bb6\u516d\u53e3\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u88ab\u6cbb\u6108 \u540c\u4e00\u5929\u51fa\u9662","smalltext":"\u3000\u30002\u670819\u65e5\uff0c\u5728\u95fd\u4e1c\u533b\u9662\u5168\u4f53\u533b\u52a1\u4eba\u5458\u7684\u52aa\u529b\u4e0b\uff0c\u4f4f\u5728\u95fd\u4e1c\u533b\u9662\u9694\u79bb\u75c5\u623f\u5468\u5b81\u4e00\u5bb6\u516d\u53e3\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u6cbb\u6108\u51fa\u9662\uff0c\u6ee1\u6000\u559c\u60a6\u5730\u8d70\u51fa\u533b\u9662\u8e0f\u4e0a\u56de\u5bb6\u7684\u8def\uff0c\u662f\u5b81\u5fb7\u5e02\u4e00\u6b21\u6027\u51fa\u9662\u4eba\u6570\u6700\u591a\u7684\u4e00\u6279\u3002\u76ee","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1962"}; 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 () { } }); }); }