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=6584&classid=14&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: 1743747265, nonceStr: '48Mv8SbEC9irusKn', signature: '40a5b808922543c22177ae6de5323ebd61f3acac', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u200b\u5b88\u62a4\u6211\u7684\u5149","smalltext":"\u5341\u4e00\u697c\u7684\u9633\u5149\u5982\u6b64\u660e\u5a9a\uff0c\u5982\u6b64\u6d69\u8361\uff0c\u98d8\u5ffd\u800c\u8fc7\u7684\u9633\u5149\u63a0\u8fc7\u4eba\u95f4\uff0c\u629a\u6170\u4eba\u95f4\u82cd\u51c9\u548c\u75c5\u75db\u3002\u5728\u8861\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u4e73\u7532\u5916\u79d1\uff0c\u6709\u4e00\u4e2a\u65e0\u6bd4\u6696\u5fc3\u7684\u201c\u9633\u5149\u5c0f\u7ad9\u201d\uff0c\u72b9\u5982\u6325\u6d12\u6fc0\u60c5\u7684\u9633\u5149\uff0c\u8f7b\u8f7b\u5730\u626b\u8fc7\u5c18\u5c01\u7684\u5fc3\u7075","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6584"}; 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 () { } }); }); }