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=2841&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: 1746243322, nonceStr: 'Q2aLpcIkgXMhYl1U', signature: '0b06aed915432aea595e1834c8c4164eebfd9748', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u677e\u5c71\u6e56\u4e2d\u5fc3\u533b\u9662\uff1a\u4ee5\u7231\u4e3a\u672c\uff0c\u5475\u62a4\u5fc3\u58f0\uff0c\u521b\u65b0\u6a21\u5f0f\u6253\u9020\u5145\u6ee1\u5173\u7231\u7684\u533b\u9662","smalltext":"\u524d\u8a00\uff1a\u533b\u5b66\u662f\u5173\u7231\u751f\u547d\u7684\u4e8b\u4e1a \uff0c\u4eba\u6587\u7cbe\u795e\u4e0e\u79d1\u5b66\u6280\u672f\u5728\u533b\u7597\u670d\u52a1\u4e2d\u7f3a\u4e00\u4e0d\u53ef\u3002\u5728\u533b\u7597\u6280\u672f\u98de\u901f\u53d1\u5c55\u7684\u4eca\u5929\uff0c\u4ee5\u5c0a\u91cd\u548c\u5173\u6000\u4e3a\u6838\u5fc3\u7684\u4eba\u6587\u670d\u52a1\u662f\u7ed9\u4e88\u60a3\u8005\u7684\u5fc3\u7075\u826f\u836f\uff0c\u5bf9\u6784\u5efa\u548c\u8c10\u533b\u60a3\u5173\u7cfb\u6709\u7740","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2841"}; 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 () { } }); }); }