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=194&classid=10&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: 1714646200, nonceStr: 'JsVFBangczrbSO6R', signature: 'b42d6f0e7e5631d2d791bae1f168e73857b7cb3a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u5e02\u5e02\u7acb\u533b\u9662\uff1a\u767e\u5e74\u5e02\u7acb\u5584\u884c\u81f4\u8fdc \u751f\u547d\u7eff\u6d32\u6c38\u8fdc\u957f\u9752","smalltext":"\u9752\u5c9b\u5e02\u5e02\u7acb\u533b\u9662\u59cb\u5efa\u4e8e1916\u5e74\uff0c\u7ecf\u8fc7\u4e00\u4e2a\u591a\u4e16\u7eaa\u7684\u7825\u783a\u524d\u884c\u548c\u4e00\u4ee3\u4ee3\u5e02\u7acb\u4eba\u7684\u62fc\u640f\u5b9e\u5e72\uff0c\u73b0\u5df2\u6210\u4e3a\u96c6\u533b\u6559\u7814\u4e8e\u4e00\u4f53\uff0c\u62e5\u6709\u516d\u4e2a\u9662\u533a\u7684\u5927\u578b\u533b\u7597\u96c6\u56e2\uff0c\u662f\u5317\u4eac2008\u5e74\u5965\u8fd0\u4f1a\\\\\u6b8b\u5965\u4f1a\u5b9a\u70b9\u533b\u9662\u3001201","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=194"}; 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 () { } }); }); }