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=2284&classid=4&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: 1746134424, nonceStr: '44eGN6NaSz4TKhaf', signature: 'ef3c64ee10fc5bd45a557290defca52bf5cfe2a7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u80e1\u4e66\u5b5d\uff1a\u5efa\u7acb\u7b26\u5408\u65b0\u65f6\u4ee3\u8981\u6c42\u7684\u533b\u52a1\u4eba\u5458\u4eba\u6587\u5173\u6000\u670d\u52a1\u4f53\u7cfb","smalltext":"\u6211\u56fd\u4e00\u76f4\u5f88\u91cd\u89c6\u5bf9\u533b\u52a1\u4eba\u5458\u7684\u5173\u5fc3\u4e0e\u7231\u62a4\uff0c\u4e5f\u5236\u5b9a\u4e86\u76f8\u5173\u7684\u653f\u7b56\u4e0e\u5236\u5ea6\u5982\u300a\u6267\u4e1a\u533b\u5e08\u6cd5\u300b\u3001\u300a\u5173\u4e8e\u6539\u5584\u4e00\u7ebf\u533b\u52a1\u4eba\u5458\u5de5\u4f5c\u6761\u4ef6\u5207\u5b9e\u5173\u5fc3\u533b\u52a1\u4eba\u5458\u8eab\u5fc3\u5065\u5eb7\u82e5\u5e72\u63aa\u65bd\u300b\u7b49\uff0c\u6b64\u5916\uff0c2017\u5e74\u4e2d\u56fd\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=2284"}; 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 () { } }); }); }