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=5524&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: 1714934030, nonceStr: 'VLlAekJqEMeHEGbc', signature: '4796c3dbfd0065275184ddbdcc7a5299d39bb06c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u7528\u7231\u5f00\u542f\u751f\u547d\u7684\u4e50\u7ae0","smalltext":"\u7af9\u8bd7\u5f71 \u5987\u4ea7\u79d1\u6bcf\u4e00\u4e2a\u65b0\u751f\u547d\u8bde\u751f\u7684\u80cc\u540e\uff0c\u90fd\u627f\u8f7d\u7740\u4e00\u4e2a\u5bb6\u5ead\u7684\u5e0c\u671b\u3002\u540c\u65f6\uff0c\u4e5f\u8574\u542b\u7740\u4e00\u4e2a\u56e2\u961f\u7684\u5168\u5fc3\u5b88\u62a4\u3002\u7af9\u8bd7\u5f71\uff0c\u4fbf\u662f\u8fd9\u4e2a\u56e2\u961f\u7684\u4e00\u5458\u300215\u5e74\u6765\uff0c\u5979\u59cb\u7ec8\u5982\u4e00\u65e5\u5730\u594b\u6218\u5728\u5987\u4ea7\u79d1\u62a4\u7406\u7684\u7b2c\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5524"}; 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 () { } }); }); }