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=3602&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: 1714671046, nonceStr: 'rCzKL5VmiUKi6NH2', signature: 'edf84f60ab741755c91363f543dd5b2d23ee3aec', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u515a\u59d4\u4e66\u8bb0\u8bb2\u5ec9\u653f\u515a\u8bfe \u65f6\u523b\u6572\u54cd\u5ec9\u653f\u8b66\u949f","smalltext":" \u4eba\u4e0d\u4ee5\u89c4\u77e9\u5219\u5e9f\uff0c\u515a\u4e0d\u4ee5\u89c4\u77e9\u5219\u4e71\uff0c\u5bf9\u4e8e\u4e00\u4e2a\u653f\u515a\uff0c\u7eaa\u5f8b\u662f\u751f\u547d\u7ebf\uff1b\u5bf9\u4e8e\u4e00\u4e2a\u515a\u5458,\u7eaa\u5f8b\u662f\u9ad8\u538b\u7ebf\uff0c\u4e3a\u8fdb\u4e00\u6b65\u589e\u5f3a\u5e7f\u5927\u515a\u5458\u5e72\u90e8\u5ec9\u6d01\u81ea\u5f8b\u610f\u8bc6\uff0c8\u670817\u65e5\u4e0b\u5348\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u4e3a\u5168\u4f53\u73ed\u5b50\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3602"}; 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 () { } }); }); }