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=1924&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: 1747146226, nonceStr: 'Pu4TUA76ereROdTR', signature: '44823f44991d69bf459c7d2278658de5db0982ce', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5728\u963b\u51fb\u75ab\u60c5\u7684\u524d\u6cbf\u9635\u5730\u4e25\u9632\u6b7b\u5b88","smalltext":"\u201c\u73b0\u5728\u8fd9\u4e2a\u662f\u6211\u6700\u9700\u8981\u7684\u4e86\uff0c\u4e0b\u5348\u4e00\u6ef4\u6c34\u90fd\u6ca1\u559d\u3002\u201d\u5f53\u6211\u628a\u76db\u6ee1\u767d\u5f00\u6c34\u7684\u7eb8\u676f\u9012\u7ed9\u9762\u524d\u8fd9\u4e2a\u4eba\u7684\u65f6\u5019\uff0c\u4ed6\u61a8\u61a8\u5730\u8bf4\u9053\u3002\u6211\u5fc3\u91cc\u60ca\u6115\u4e86\u4e00\u4e0b\uff0c\u770b\u7740\u8fd9\u4f4d\u6194\u60b4\u7684\u540c\u4e8b\uff0c\u5fcd\u4e0d\u4f4f\u5fc3\u91cc\u9178\u9178\u5730\u3002\u201c\u4e00\u559d\u6c34","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1924"}; 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 () { } }); }); }