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=5085&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: 1746210005, nonceStr: 'vF3gWXWiyDCLlaHr', signature: 'f8350887f8073b5ff3dff43450046aaa2952643f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5728\u670d\u52a1\u4e2d\u4eab\u53d7\u751f\u6d3b\uff0c\u5728\u5fae\u7b11\u4e2d\u4f53\u9a8c\u5feb\u4e50","smalltext":"\u5728\u6211\u4eec\u533b\u9662\u7e41\u5fd9\u7684\u95e8\u8bca\u5927\u5385\uff0c\u6bcf\u5929\u90fd\u6709\u4e00\u9053\u7f8e\u4e3d\u7684\u98ce\u666f\u7ebf\uff1a\u4e00\u7fa4\u8eab\u7a7f\u767d\u8863\u7684\u7f8e\u5973\u6709\u6761\u4e0d\u7d0a\u7684\u7ef4\u6301\u7740\u95e8\u8bca\u79e9\u5e8f\uff0c\u4e3a\u524d\u6765\u5c31\u8bca\u7684\u60a3\u8005\u63d0\u4f9b\u670d\u52a1\uff0c\u6bd4\u5982\u60a3\u8005\u6709\u7591\u95ee\u65f6\u5c31\u4e0a\u524d\u89e3\u7b54\uff1b\u6bd4\u5982\u60a3\u8005\u884c\u52a8\u4e0d\u4fbf\u5c31\u4e3b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5085"}; 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 () { } }); }); }