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=1825&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: 1715164608, nonceStr: 'hQgulRKbrOjVzGwh', signature: '4625accd63fbb429ed652c212db5eaedb4a1dbe9', 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\u5987\u4ea7\u79d1\u515a\u652f\u90e8\u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u9632\u63a7\u963b\u51fb\u6218\u4e2d\u52c7\u4e89\u5148","smalltext":"\u3000\u3000\u4e89\u5148\u62a5\u540d\u4e0a\u6218\u573a\uff0c\u8fdb\u793e\u533a\u5f00\u5c55\u79d1\u666e\u5ba3\u6559\uff0c\u52a0\u5f3a\u81ea\u8eab\u6280\u80fd\u57f9\u8bad\u2026\u2026\u95fd\u4e1c\u533b\u9662\u5987\u4ea7\u79d1\u515a\u652f\u90e8\u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u9632\u63a7\u963b\u51fb\u6218\u4e2d\uff0c\u4ee5\u591a\u79cd\u5f62\u5f0f\u53d1\u6325\u515a\u5458\u5148\u950b\u6a21\u8303\u4f5c\u7528\uff0c\u594b\u52c7\u4e89\u5148\uff0c\u8ba9\u515a\u65d7\u9ad8\u9ad8\u98d8\u626c\u5728\u6295\u75ab","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1825"}; 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 () { } }); }); }