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=2924&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: 1715839052, nonceStr: 'f6afc4V4ZsEncnks', signature: 'e81dd18644932578d9242cb110cf7b880ac4d700', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6ca7\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u62a4\u7406\u90e8\uff1a\u52a0\u5f3a\u4eba\u6587\u5efa\u8bbe \u63d0\u5347\u62a4\u7406\u8d28\u91cf","smalltext":"\u8fd1\u5e74\u6765\uff0c\u6ca7\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u62a4\u7406\u7ba1\u7406\u575a\u6301\u6587\u5316\u5f15\u9886\u4f5c\u7528\uff0c\u6ce8\u91cd\u62a4\u7406\u7cbe\u795e\u7684\u4f20\u627f\u4e0e\u521b\u65b0\uff0c\u5021\u5bfc\u5e76\u8df5\u884c\u201c\u4eba\u6587\u62a4\u7406\u201d\u4ef7\u503c\u89c2\u5ff5\uff0c\u4ece\u5c0a\u91cd\u60a3\u8005\u3001\u539a\u7231\u804c\u5de5\u3001\u56de\u62a5\u793e\u4f1a\u4e09\u4e2a\u5c42\u9762\uff0c\u5927\u529b\u5f00\u5c55\u4eba\u6587\u5173\u7231\u5de5\u4f5c\uff0c\u5728\u4eba","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2924"}; 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 () { } }); }); }