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=5077&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: 1716113793, nonceStr: '6MdtpvSwKXPlRBkL', signature: '3c8997f2b92e5dfb893ae8c0712ca8cc8a88c7d1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5934\u5b62+\u9152\uff0c\u5317\u6d77\u4e00\u5e74\u8f7b\u5973\u5b50\u670d\u836f\u540e\u559d\u9152\u5bfc\u81f4\u4e0d\u826f\u53cd\u5e94","smalltext":"\u8fd1\u65e5\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u63a5\u8bca\u4e86\u4e00\u540d\u670d\u7528\u5934\u5b62\u7c7b\u836f\u7269\u540e\u559d\u5564\u9152\u5bfc\u81f4\u5178\u578b\u201c\u53cc\u786b\u4ed1\u6837\u53cd\u5e94\u201d\u7684\u60a3\u8005\uff0c\u7ecf\u533b\u52a1\u4eba\u5458\u53ca\u65f6\u6551\u6cbb\u5eb7\u590d\u79bb\u9662\u3002\u636e\u5f53\u5929\u63a5\u8bca\u62a4\u58eb\u5b81\u671d\u7fa4\u4ecb\u7ecd\uff0c\u5f53\u65e5\u51cc\u66680\u70b94\u5206\uff0c\u4e00\u540d19\u5c81","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5077"}; 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 () { } }); }); }