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=2623&classid=13&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: 1716024020, nonceStr: 'ThzZpcuqrlLJ6cwz', signature: '53538775bd22afac7a72182513aac8b8aeda98b6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u793e\u4f1a\u798f\u5229\u7cbe\u795e\u5eb7\u5b81\u533b\u9662\u62a4\u7406\u90e8\uff1a\u6ce8\u91cd\u56e2\u961f\u5efa\u8bbe\uff0c\u8425\u9020\u4eba\u6587\u73af\u5883","smalltext":"\u5c71\u897f\u7701\u793e\u4f1a\u798f\u5229\u7cbe\u795e\u5eb7\u5b81\u533b\u9662\u62a4\u7406\u90e8\u662f\u533b\u9662\u91cd\u8981\u7684\u4e1a\u52a1\u79d1\u5ba4\u4e4b\u4e00\uff0c\u73b0\u6709\u5de5\u4f5c\u4eba\u54586\u540d\u3002\u8fd1\u5e74\u6765\uff0c\u62a4\u7406\u90e8\u8c28\u8bb0\u201c\u539a\u5fb7\u5d07\u5584\uff0c\u656c\u4e1a\u521b\u65b0\u201d\u7684\u9662\u8bad\uff0c\u79c9\u627f\u201c\u4eb2\u60c5\u3001\u7406\u89e3\u3001\u5c0a\u91cd\u3001\u5173\u7231\u201d\u7684\u670d\u52a1\u7406\u5ff5\uff0c\u8425\u9020","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2623"}; 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 () { } }); }); }