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=1625&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: 1749480260, nonceStr: 'jCxlpzO2osN4G78w', signature: '673cbf8b39192fa346084b051ef281b99731fe44', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5cad\u4e00\u9662\uff1a\u533b\u5171\u4f53\u521b\u65b0\u63a8\u51fa\u7f51\u683c\u5316\u533b\u7597\u670d\u52a1 \u8ba9\u72ec\u5c45\u8001\u4eba\u5f97\u5230\u53ca\u65f6\u6551\u52a9","smalltext":"\u8fd1\u5e74\u6765\uff0c\u7559\u5b88\u8001\u4eba\u5728\u5bb6\u4e2d\u6b7b\u4ea1\u591a\u65e5\u624d\u88ab\u53d1\u73b0\u7684\u4e8b\u60c5\u5c61\u5c61\u89c1\u8bf8\u62a5\u7aef\u3002\u7559\u5b88\u8001\u4eba\u8eab\u4f53\u4e0d\u597d\uff0c\u884c\u52a8\u4e0d\u4fbf\uff0c\u5728\u7a81\u53d1\u75be\u75c5\u548c\u706b\u707e\u7b49\u7a81\u53d1\u5371\u9669\u9762\u524d\uff0c\u4e0d\u77e5\u9053\u5982\u4f55\u81ea\u6551\uff0c\u4e5f\u96be\u4ee5\u6709\u6548\u81ea\u6551\uff0c\u4ece\u800c\u803d\u8bef\u4e86\u5b9d\u8d35\u7684\u6025\u6551\u65f6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1625"}; 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 () { } }); }); }