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=2862&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: 1714958666, nonceStr: 'SQONjI4jYr0ydmRj', signature: '68a1eb91f6d4d346ab3c9a027d7f5178d27ee0dd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662\uff1a\u81f4\u529b\u4e8e\u5c06\u533b\u9662\u5efa\u8bbe\u4e3a\u201c\u6587\u5316\u578b\u533b\u9662\u201d","smalltext":"(1)\u603b\u4f53\u6982\u51b5\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662\u662f\u6559\u80b2\u90e8\u3001\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u3001\u4e0a\u6d77\u5e02\u4eba\u6c11\u653f\u5e9c\u5171\u5efa\u6258\u7ba1\u5355\u4f4d\uff0c\u5efa\u9662\u4e8e1931\u5e743\u67081\u65e5\uff0c\u662f\u6211\u56fd\u6210\u7acb\u6700\u65e9\u7684\uff0c\u96c6\u533b\u3001\u6559\u3001\u7814\u3001\u9632\u4e3a\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u80bf\u7624\u4e13","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2862"}; 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 () { } }); }); }