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=217&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: 1715757661, nonceStr: 'LdiyQ8xkQxp9tlc1', signature: 'a46f91f4aaae02fd3af29764449b9871638154d9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u65f6\u4ee3\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u7684\u865a\u4e0e\u5b9e\u5e73\u8861\u827a\u672f","smalltext":"\u533b\u9662\u7684\u6587\u5316\u5efa\u8bbe\u4e5f\u597d\uff0c\u4eba\u6587\u5efa\u8bbe\u4e5f\u597d\uff0c\u5230\u5e95\u662f\u865a\u7684\u8fd8\u662f\u5b9e\u7684\uff1f\u6211\u7684\u7406\u89e3\u662f\u4ee5\u4eba\u6587\u7cbe\u795e\u4e3a\u6307\u5bfc\uff0c\u4ee5\u4eba\u6587\u5173\u6000\u4e3a\u57fa\u672c\u624b\u6bb5\uff0c\u5f3a\u8c03\u4ee5\u4eba\u4e3a\u672c\uff0c\u5c0a\u91cd\u4eba\u7684\u4ef7\u503c\u3001\u5173\u5fc3\u4eba\u7684\u5229\u76ca\uff0c\u5b83\u662f\u533b\u9662\u4eba\u6587\u5c5e\u6027\u7684\u56de\u5f52\uff0c\u53ef\u662f\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=217"}; 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 () { } }); }); }