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=4182&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: 1746314489, nonceStr: 'EWHDvWb9Pt6sCOsh', signature: '375651fd1eb18e5aa3d2ec8b5eb47657589cd0fd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5ef6\u4f38\u670d\u52a1\u6696\u4eba\u5fc3 \u4f18\u8d28\u62a4\u7406\u9001\u5230\u5bb6","smalltext":" \u201c\u62a4\u58eb\u957f\uff0c\u4f60\u4eec\u6765\u5566\uff0c\u6bcf\u5468\u90fd\u8981\u9ebb\u70e6\u4f60\u4eec\u6765\u6211\u5bb6\u7ed9\u6211\u513f\u5b50\u505a\u6cbb\u7597\uff0c\u771f\u662f\u592a\u8c22\u8c22\u4f60\u4eec\u5566\uff01\u201d\u521a\u8fdb\u95e8\uff0c\u5bb6\u4f4f\u6708\u5706\u5c0f\u533a\u5b59\u5148\u751f\u7684\u6bcd\u4eb2\u4fbf\u70ed\u60c5\u5730\u548c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u7684\u4e24\u4f4d\u4e13\u79d1\u62a4\u58eb\u6253\u8d77\u4e86\u62db\u547c\uff0c\u611f\u6fc0\u4e4b\u60c5\u6ea2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4182"}; 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 () { } }); }); }