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=4197&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: 1744975621, nonceStr: 'FaCJhXn73XwUJyij', signature: 'ee89d918a339beef2720f797a0a91fec3869afc6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e00\u9762\u201c\u542b\u91d1\u91cf\u201d\u8d85\u9ad8\u7684\u9526\u65d7","smalltext":"\u201c\u533b\u6280\u533b\u5fb7\u8d5b\u534e\u4f57\uff0c\u65e0\u5fae\u4e0d\u81f3\u80dc\u5bb6\u4eba\u201d\uff0c\u5f53\u5bb6\u5c5e\u62ff\u7740\u8fd9\u9762\u9c9c\u7ea2\u7684\u9526\u65d7\u6765\u5230\u6566\u5316\u5e02\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u533b\u751f\u529e\u516c\u5ba4\u7684\u65f6\u5019\uff0c\u6240\u6709\u533b\u62a4\u4eba\u5458\u90fd\u5fcd\u4e0d\u4f4f\u79f0\u8d5e\uff0c\u8fd9\u9762\u9526\u65d7\u7684\u542b\u91d1\u91cf\u5b9e\u5728\u592a\u9ad8\u4e86\u3002\u8fd9\u4f4d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4197"}; 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 () { } }); }); }